####################################################################
#
# HoI - CORE GERMANY
#
# LIMIT:  172000 - 221999
#
####################################################################

#########################################################################
#  Babe 22/03/2003 : Re-occupation of the Rhineland
#  This impact german OOB -> Saarbrucken can't be currently occupied by IX Army Corps
#  composed of 9th, 15th and 29th infantry divisions.
#  These units are moved to Mannheim (province id 575)
# 2000 - Re-occupation of the Rhineland (by Babe)
#########################################################################
event = {
	id = 2000
	random = no
	country = GER
	trigger = {
		OR =
		{
			garrison = { country = GER province = 558 size = 1 } # Re-occupation of Kln
			garrison = { country = GER province = 560 size = 1 } # Re-occupation of Saarbruken
		}
		NOT = 
		{
			war = { country = GER country = FRA }
			alliance = { country = GER country = FRA }
		}
	}

	name = EVT_2000_NAME
	desc = EVT_2000_DESC
	style = 0

	# Babe 22/03/2003 : Reoccupation checked every 2 day
	
	date = { day = 1 month = january year = 1936 }
	offset = 2
	deathdate = { day = 1 month = january year = 1950 }

	action_a = {
		name = CEVTACTA_OK	
		command = { type = warentry which = FRA value = 10 }
		command = { type = warentry which = ENG value = 5 }
		command = { type = warentry which = USA value = 2 } # USA are a little afraid
		command = { type = trigger  which = 432009 } 	    # France can react 
		command = { type = trigger  which = 852004 }        # Belgium can react
		command = { type = trigger  which = 852001 }        # Netherlands can react
		command = { type = dissent  value = -2 }	# People is enthousiast
		command = { type = influence value = 3 }	# All other countries are impressed
	}
}

#########################################################################
#  2027 - Danzig or War (Last chance for peace) - Poland is alone
#  modified by Copper Nicus
#########################################################################

event = {
	id = 2027
	random = no
	country = GER

	trigger = {
		government = fascist
		exists = POL
		NOT = {
			alliance = { country = ENG country = POL } # Poland is not allied
			alliance = { country = SOV country = POL } # Poland is not Comintern
			OR = {
				owned = { province = 645 data = -1 } # Danzig
				alliance = { country = GER country = POL }
				war = { country = GER country = SOV }
				war = { country = GER country = POL }
				puppet = { country = POL country = GER }
				ispuppet = GER
			}
		}
	}

	name = EVT_2027_NAME
	desc = EVT_2027_DESC
	style = 0

	date = { day = 30 month = august year = 1939 }

	action_a = {
		name = ACTIONNAME2027A # Final Ultimatum - Danzig or War
		command = { type = trigger which = 3601 } # POL
		command = { type = addcore which = 645 }
		command = { type = sleepevent which = 172080 } # Wrong alternative, 172080 is right one
	}
	action_b = {
		name = ACTIONNAME2027B # Time to back down
		command = { type = addcore which = 645 }
		command = { type = warentry which = ENG value = -2 }
		command = { type = warentry which = FRA value = -2 }
		command = { type = warentry which = USA value = -2 }
		command = { type = sleepevent which = 172080 } # Wrong alternative, 172080 is right one
	}
}

#########################################################################
#  Manpower from Baltic states & Ukraine zone for Germany (by Generalisimo)
#  from 172000 to 172009
#########################################################################

#########################################################################
#  from Estonia (by Generalisimo)
#########################################################################
event = {
	id = 172000
	random = no
	country = GER
	trigger = {
		# the capture of the estonian capital Tallin
		control = { province = 707 data = GER } #Tallin
		war = { country = GER country = SOV }	
		}
	name = CEVTNAME_172000
	desc = CEVTDESC_172000
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 180
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172000
		command = { type = manpowerpool value = 50 }
	}
}

#########################################################################
#  from Lithuania (by Generalisimo)
#########################################################################
event = {
	id = 172001
	random = no
	country = GER
	trigger = {
		# the capture of the lithuanian capital & 2 provinces
		control = { province = 715 data = GER } #Kaunas	
		control = { province = 714 data = GER } #Siauliai
		control = { province = 711 data = GER } #Memel
		war = { country = GER country = SOV }
		}
	name = CEVTNAME_172001
	desc = CEVTDESC_172001
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 180
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172000
		command = { type = manpowerpool value = 100 }
	}
}

#########################################################################
#  from latvia (by Generalisimo)
#########################################################################
event = {
	id = 172002
	random = no
	country = GER
	trigger = {
		# the capture of the latvian capital & 2 provinces
		control = { province = 709 data = GER } #Riga	
		control = { province = 708 data = GER } #Rezekne
		control = { province = 713 data = GER } #Daugavpils
		war = { country = GER country = SOV }
		}
	name = CEVTNAME_172002
	desc = CEVTDESC_172002
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 180
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172000
		command = { type = manpowerpool value = 100 }
	}
}

#########################################################################
#  from Ukraine (by Generalisimo)
#########################################################################
event = {
	id = 172003
	random = no
	country = GER
	trigger = {
		# the capture of the ukraine capital & 2 provinces
		control = { province = 775 data = GER } #Kiev	
		control = { province = 774 data = GER } #Zjitomir
		control = { province = 770 data = GER } #Kirovograd
		war = { country = GER country = SOV }
		NOT = {
			event = 172012 # creation of ukraine
			}
		}
	name = CEVTNAME_172003
	desc = CEVTDESC_172003
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 180
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172000
		command = { type = manpowerpool value = 150 }
	}
}

event = {
	id = 172004
	random = no
	country = GER
	trigger = {
		# creation of the galicia division
		control = { province = 775 data = GER } #Kiev
		control = { province = 764 data = GER } #Odessa
		control = { province = 776 data = GER } #Chernigov
		war = { country = GER country = SOV }
		NOT = {
			event = 172012 # creation of ukraine
			}
		}
	name = CEVTNAME_172004
	desc = CEVTDESC_172004
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 360
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172004
		command = { type = add_division which = infantry value = 0 }
		command = { type = add_division which = infantry value = 0 }
	}
}

event = {
	id = 172005
	random = no
	country = GER
	trigger = {
		# Kharkov and 2 provinces
		control = { province = 857 data = GER } #Kharkov
		control = { province = 864 data = GER } #Donetsk
		control = { province = 855 data = GER } #Kursk
		war = { country = GER country = SOV }		
		NOT = {
			event = 172012 # creation of ukraine
			}
		}

	name = CEVTNAME_172004
	desc = CEVTDESC_172005
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 180
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172000
		command = { type = manpowerpool value = 100 }
	}
}

event = {
	id = 172006
	random = no
	country = GER
	trigger = {
		# Smolensk and 2 provinces
		control = { province = 781 data = GER } #Smolensk
		control = { province = 780 data = GER } #Gomel
		control = { province = 856 data = GER } #Bryansk
		war = { country = GER country = SOV }		
		NOT = {
			event = 172012 # creation of ukraine
			}
		}
	name = CEVTNAME_172004
	desc = CEVTDESC_172006
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 90
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172000
		command = { type = manpowerpool value = 100 }
	}
}

event = {
	id = 172007
	random = no
	country = GER
	trigger = {
		# Millerovo and 2 provinces south
		control = { province = 859 data = GER } #Millerovo
		control = { province = 1223 data = GER } #Krasnodar
		control = { province = 861 data = GER } #Rostov
		war = { country = GER country = SOV }		
		NOT = {
			event = 172012 # creation of ukraine
			}
		}
	name = CEVTNAME_172007
	desc = CEVTDESC_172007
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 90
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172000
		command = { type = manpowerpool value = 25 }
	}
}

event = {
	id = 172008
	random = no
	country = GER
	trigger = {
		# Mogiljov 
		control = { province = 779 data = GER } #Mogiljov
		war = { country = GER country = SOV }		
		NOT = {
			event = 172012 # creation of ukraine
			}
		}
	name = CEVTNAME_172007
	desc = CEVTDESC_172008
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 90
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172008
		command = { type = add_division which = cavalry value = 0 }
		command = { type = manpowerpool value = -15 }
	}
}

event = {
	id = 172009
	random = no
	country = GER
	trigger = {
		# Caucasus provinces
		control = { province = 770 data = GER } #Kirovograd	
		control = { province = 1260 data = GER } #Jerevan
		control = { province = 1258 data = GER } #Tbilisi
		war = { country = GER country = SOV }	
		NOT = {
			OR = {
				war = { country = TUR country = SOV }
				war = { country = TUR country = GER }
				}
			}	
		}
	name = CEVTNAME_172009
	desc = CEVTDESC_172009
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 90
	deathdate = { day = 18 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172009
		command = { type = add_division which = infantry value = 0 }
	}
}

#-----------------------------------------------------------------------
#------------------- END BALTIC STATES MANPOWER ------------------------
#-----------------------------------------------------------------------

#########################################################################
#  172011 - Vlasov defects (by Generalisimo)
#########################################################################

event = {
	id = 172011
	random = no
	country = GER
	trigger = {
		# Vlasov was captured, he wants to change sides
		control = { province = 775 data = GER } #Kiev
		event = 222000
		random = 15
		}
	name = CEVTNAME_172011
	desc = CEVTDESC_172011
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 60
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172011
		command = { type = add_division which = infantry value = 0 }
	}
	action_b = {
		name = CEVTACTB_172011
		command = {  } #No
	}
}

#########################################################################
#  Germany supports Antonescu (by Generalisimo)
#  172017 to 172018
#########################################################################

event = {
	id = 172017
	random = no
	country = GER

	# triggered by ROM 702025 A

	name = CEVTNAME_172017
	desc = CEVTDESC_172017
	style = 0

	action_a = {
		name = CEVTACTA_172017
		command = { type = trigger which = 702026 } #ROM
		}
	action_b = {
		name = CEVTACTB_172017
		command = { }
		}
}

event = {
	id = 172018
	random = no
	country = GER

 	# triggered by ROM 702025 B

	name = CEVTNAME_172018
	desc = CEVTDESC_172018
	style = 0

	action_a = {
		name = CEVTACTA_172018
		command = { type = war which = ROM }
		}
	action_b = {
		name = CEVTACTB_172018
		command = { type = influence value = -4 }
		}
}



#-----------------------------------------------------------------------
#------------------------- END ANTONESCU EVENTS ------------------------
#-----------------------------------------------------------------------


############################# 
# Proposed Pact - Anti-Comintern
###########################
event = { 
	id = 172021
	random = no
	country = GER
	
	# Germany initiates discussion
	
	trigger = {
		exists = SOV
		government = fascist
		NOT = {
		war = { country = JAP country = GER }
		}
	}
       
	date = { day = 1 month = november year = 1936 }
	offset = 30
	deathdate = { day = 30 month = december year = 1938 }

	name = CEVTNAME_172021
	desc = CEVTDESC_172021
	style = 0
	
	action_a = {
		name = CEVTACTA_172021
		command = { type = influence value = -3 } # Diplomatic mission to Japan
		command = { type = trigger which = 492012 }
	}
	action_b = {
		name = CEVTACTB_172021
		command = { type = influence value = -1 } 
		command = { type = warentry which = ENG value = -3 }		# Perhaps Germany's ambitions are limited
		command = { type = warentry which = FRA value = -3 }		# 
		command = { type = warentry which = USA value = -2 }		# 

	}
}


############################# 
# Pact Signed - German Effects
###########################
event = { 
	id = 172022
	random = no
	country = GER
	
	# German effects from signing the A-C Pact
	# Triggered by GER 492012
       
     	name = CEVTNAME_172022
	desc = CEVTDESC_172022
	style = 0
	
	action_a = {
		name = CEVTACTA_172022
		command = { type = influence value = 5 }     			# Germany's prestige increases
		command = { type = alignment which = fascist value = 10 } 	# Move away from Communism
		command = { type = warentry which = ENG value = 1 }		# the Allies do not like this shift in power
		command = { type = warentry which = FRA value = 1 }		# the Allies do not like this shift in power
		command = { type = warentry which = USA value = 1 }		# the Allies do not like this shift in power		
	}
}



############################# 
# Proposed Pact with Italy
###########################
event = { 
	id = 172023
	random = no
	country = GER
	
	# Germany initiates discussion
	
	trigger = {
		event = 172022
		exists = SOV
		NOT = {
		war = { country = GER country = ITA }
		war = { country = JAP country = ITA }
		}
	}
       
	date = { day = 1 month = november year = 1937 }
	offset = 30
	deathdate = { day = 30 month = december year = 1938 }

	name = CEVTNAME_172023
	desc = CEVTDESC_172023
	style = 0
	
	action_a = {
		name = CEVTACTA_172023
		command = { type = influence value = -3 } # Diplomatic mission to Italy
		command = { type = trigger which = 462000 }
	}
	action_b = {
		name = CEVTACTB_172023
		command = { type = influence value = -1 } 
	}
}

############################# 
# Pact Signed - German Effects
###########################
event = { 
	id = 172024
	random = no
	country = GER
	
	# Triggered by 462000
	
     	name = CEVTNAME_172024
	desc = CEVTDESC_172024
	style = 0
	
	action_a = {
		name = CEVTACTA_172024
		command = { type = influence value = 5 }     			# Germany's prestige increases
		command = { type = alignment which = fascist value = 10 } 	# Move away from Communism
		command = { type = warentry which = ENG value = 2 }		# the Allies do not like this shift in power
		command = { type = warentry which = FRA value = 2 }		# the Allies do not like this shift in power
		command = { type = warentry which = USA value = 1 }		# the Allies do not like this shift in power		
	}
}

############################# 
# Proposed Pact - Tripartite
###########################
event = { 
	id = 172026
	random = no
	country = GER
	
	# Germany initiates discussion sometime after July 1940
	
	trigger = {
		exists = SOV
		government = fascist
		control = { province = 527 data = -1 } # Paris
		NOT = {
		war = { country = JAP country = GER }
		war = { country = ITA country = GER }
		}
	}
       
	date = { day = 1 month = july year = 1940 }
	offset = 180
	deathdate = { day = 30 month = december year = 1947 }

	name = CEVTNAME_172026
	desc = CEVTDESC_172026
	style = 0
	
	action_a = {
		name = CEVTACTA_172026
		command = { type = influence value = -5 } # Diplomatic mission to Japan and Italy
		command = { type = trigger which = 492014 } # Japan
	}
	action_b = {
		name = CEVTACTB_172026
		command = { type = influence value = -1 } 
		command = { type = warentry which = USA value = -2 }		# The Tokyo-Berlin axis is no threat
	}
}

############################# 
# Tripartite Pact signed
###########################

event = { 
	id = 172027
	random = no
	country = GER
	
	# The Pact has been signed!
	# triggered by ITA 462002

	name = CEVTNAME_172027
	desc = CEVTDESC_172027
	style = 0
	
	action_a = {
		name = CEVTACTA_GREAT 
		command = { type = influence value = 6 }     			# Germany's prestige increases
		command = { type = alignment which = fascist value = 10 } 	# Move away from Communism
		command = { type = access which = ITA }
		command = { type = access which = JAP }
		command = { type = warentry which = USA value = 5 }		# this directly threatens US interests
	}
}


############################# 
# Tripartite Pact signed - Japan and Germany only
###########################

event = { 
	id = 172028
	random = no
	country = GER
	
	# The Pact has been signed!
	# triggered by ITA 462002

	name = CEVTNAME_172028
	desc = CEVTDESC_172028
	style = 0
	
	action_a = {
		name = CEVTACTA_GREAT 
		command = { type = influence value = 4 }     			# Germany's prestige increases
		command = { type = alignment which = fascist value = 10 } 	# Move away from Communism
		command = { type = access which = JAP }
		command = { type = warentry which = USA value = 4 }		# this directly threatens US interests
	}
}

############################# 
# Tripartite Pact signed - Italy and Germany only
###########################

event = { 
	id = 172029
	random = no
	country = GER
	
	# The Pact has been signed!
	# triggered by ITA 462003

	name = CEVTNAME_172029
	desc = CEVTDESC_172029
	style = 0
	
	action_a = {
		name = CEVTACTA_GREAT
		command = { type = influence value = 4 }     			# Germany's prestige increases
		command = { type = alignment which = fascist value = 10 } 	# Move away from Communism
		command = { type = access which = ITA }
		command = { type = warentry which = USA value = 4 }		# this directly threatens US interests
	}
}

############################# 
# Tripartite Pact refused
###########################

event = { 
	id = 172030
	random = no
	country = GER
	
	# The Pact has been signed!
	# triggered by ITA 462003

	name = CEVTNAME_172030
	desc = CEVTDESC_172030
	style = 0
	
	action_a = {
		name = CEVTACTA_172030
		command = { type = influence value = -5 }     			# Germany's prestige has been severely hurt
		command = { type = dissent value = 3 }				# Germany has failed in international affairs
	}
}


############################# 
# Dutch East Indies - Germany
###########################

event = { 
	id = 172031
	random = no
	country = GER
	
	# The Tripartite Pact must be honoured

	trigger = {
		NOT = {
			exists = HOL
		}
		OR = {
			event = 172027 # full Pact
			event = 172028 # GER + JAP Pact
		}
	}
       
	date = { day = 1 month = july year = 1940 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	name = CEVTNAME_172031
	desc = CEVTDESC_172031
	style = 0
	
	action_a = {
		name = CEVTACTA_172031
		command = { type = dissent value = -3 }				# The power of the Tokyo-Berlin Axis is growing
		command = { type = influence value = 3 }     			# Nations now fear the Axis
		command = { type = warentry which = USA value = 2 }		# American people call for action against the Axis
		command = { type = secedeprovince which = JAP value = 2019 }
		command = { type = secedeprovince which = JAP value = 1987 }
		command = { type = secedeprovince which = JAP value = 1986 }
		command = { type = secedeprovince which = JAP value = 1984 }
		command = { type = secedeprovince which = JAP value = 1985 }
		command = { type = secedeprovince which = JAP value = 1983 }
		command = { type = secedeprovince which = JAP value = 1982 }
		command = { type = secedeprovince which = JAP value = 2011 }
		command = { type = secedeprovince which = JAP value = 2012 }
		command = { type = secedeprovince which = JAP value = 2010 }
		command = { type = secedeprovince which = JAP value = 1971 }
		command = { type = secedeprovince which = JAP value = 1970 }
		command = { type = secedeprovince which = JAP value = 1968 }
		command = { type = secedeprovince which = JAP value = 1969 }
		command = { type = secedeprovince which = JAP value = 2030 }
		command = { type = secedeprovince which = JAP value = 1756 }
		command = { type = secedeprovince which = JAP value = 1757 }
		command = { type = secedeprovince which = JAP value = 1771 }
		command = { type = secedeprovince which = JAP value = 1772 }
		command = { type = secedeprovince which = JAP value = 2008 }
		command = { type = secedeprovince which = JAP value = 2028 }
		command = { type = secedeprovince which = JAP value = 1952 }
		command = { type = secedeprovince which = JAP value = 2029 }
		command = { type = secedeprovince which = JAP value = 1954 }
		command = { type = secedeprovince which = JAP value = 1955 }
		command = { type = secedeprovince which = JAP value = 1956 }
		command = { type = secedeprovince which = JAP value = 1951 }
		command = { type = secedeprovince which = JAP value = 1950 }
		command = { type = secedeprovince which = JAP value = 1779 }
		command = { type = secedeprovince which = JAP value = 1780 }
		command = { type = secedeprovince which = JAP value = 1774 }
		command = { type = secedeprovince which = JAP value = 1773 }
		command = { type = secedeprovince which = JAP value = 1767 }
		command = { type = secedeprovince which = JAP value = 1768 }
		command = { type = secedeprovince which = JAP value = 1760 }
		command = { type = secedeprovince which = JAP value = 1785 }
		command = { type = secedeprovince which = JAP value = 1786 }
		command = { type = secedeprovince which = JAP value = 1791 }
		command = { type = secedeprovince which = JAP value = 1792 }
		command = { type = secedeprovince which = JAP value = 1793 }
		command = { type = secedeprovince which = JAP value = 1794 }
	}
}



############################################################################
# 172032 - Italy Surrenders: Rescue Mussolini (by Generalisimo)
############################################################################

event = { 
	id = 172032 
	random = no
	country = GER

# triggered by ITA 462023 
	
	name = CEVTNAME_172032
	desc = CEVTDESC_172032
	style = 0
	
	action_a = {
		name = CEVTACTA_172032
		command = { type = addcore which = 563 }
		command = { type = make_puppet which = U01 }
		command = { type = supplies value = -2500 } # German support
		command = { type = trigger which = 462026 } #RSI
		}
}

#########################################################
# 172033 - Send Military advisors and tech support to Franco? (by nachinus)
#########################################################

event = {
	id = 172033 # 50110
	random = no
	country = GER

	trigger = {
		atwar = no
		war = { country = SPA country = SPR }
		event = 3002 #SPA receives GER supplies
		NOT = {
			alliance = { country = ENG country = SPR }
			alliance = { country = GER country = SPA }
			alliance = { country = USA country = SPR }
			alliance = { country = FRA country = SPR }
			alliance = { country = GER country = SPR }
			alliance = { country = SOV country = SPR }
		}
	}

	name = CEVTNAME_172033
	desc = CEVTDESC_172033
	style = 0

	date = { day = 1 month = october year = 1936 }
	offset = 30 # Check for trigger conditions every 30 days
	deathdate = { day = 30 month = october year = 1939 }

	action_a = {
		name = CEVTACTA_172033
#		command = { type = sleepleader which = 299 } # permanently gone!
#		command = { type = sleepleader which = 195 } # permanently gone!
		command = { type = supplies value = -500 }
		command = { type = trigger which = 802004 } #SPA gets German commanders and tech support
	}
	action_b = {
		name = CEVTACTB_172033
		command = { type = alignment which = fascist value = -1 }
		command = { type = influence value = -2 }
	}
}


###################################################################
# 172034  - Spanish Civil War: an important experience (by nachinus)
#########################################################

event = {
	id = 172034 # 50120
	random = no
	country = GER

	trigger = {
		NOT = {
			war = { country = SPA country = SPR }
		}
		event = 802004 #SPA receives GER commanders and tech support
	}

	name = CEVTNAME_172034
	desc = CEVTDESC_172034
	style = 0

	date = { day = 1 month = october year = 1936 }
	offset = 15 # Check for trigger conditions every 15 days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172034
		command = { type = gain_tech which = 12200 } # Level of Air doctrine - NEW
		command = { type = gain_tech which = 11203 } # Combined arms warfare - NEW

	}
}


##############################################
# 172035 - gets the blue division (by nachinus)
##############################################

event = { 
	id = 172035
	random = no
	country = GER

	#triggered by SPA 802010

	name = CEVTNAME_172035
	desc = CEVTDESC_172035
	style = 0

	action_a = { 
		name = CEVTACTA_172035
		command = { type = manpowerpool value = 25 } 
		command = { type = influence value = -5 } 
		command = { type = supplies value = -200 }
		command = { type = rubberpool value = 1000 } # German control of Wolfram mines
		command = { type = steelpool value = 1000 }
	} 
} 

##################################################
# 172036 - receives SPA offer to join axis (by nachinus)
##############################################

event = {
	id = 172036
	random = no
	country = GER

	# Triggered by SPA 802010

	name = CEVTNAME_172036
	desc = CEVTDESC_172036
	style = 0

	action_a = { 
		name = CEVTACTA_172036
		command = { type = trigger which = 802011 } #SPA receives support and joins axis 
		command = { type = supplies value = -2000 }
		command = { type = coalpool value = -2000 }
		command = { type = steelpool value = -2000 }
		command = { type = rubberpool value = -1000 }
		command = { type = oilpool value = -1000 }
		command = { type = influence value = -10 } 
	} 
	action_b = { 
		name = CEVTACTB_172036
		command = { type = trigger which = 802012 } #SPA doesnt join axis
	} 
} 


#########################################################################
#  Germany expands military mission in China 1936
#########################################################################
event = { 
	id = 172037
	random = no
	country = GER
	
	# Historical mission was 50-100 men
	
	name = CEVTNAME_172037
	desc = CEVTDESC_172037
	style = 0

	trigger = {
                exists = CHI
		atwar = no
	}
        date = { day = 15 month = april year = 1936 }
        offset = 60
	deathdate = { day = 29 month = august year = 1936 }

	action_a = {
		name = CEVTACTA_172037
		command = { type = supplies value = -2000 } # Cost of aid
		command = { type = rubberpool value = 1500 } # Resources received from China
		command = { type = influence value = 2 } # Germany is again an international power
		command = { type = warentry which = ENG value = 1 } # Germany is increasing its influence
		command = { type = warentry which = FRA value = 1 }
		command = { type = trigger which = 522003 } # Chinese benefits
	}
	action_b = {
		name = CEVTACTB_172037
		command = { type = supplies value = -1000 } # Cost of aid
		command = { type = rubberpool value = 500 } # Resources received from China
		command = { type = influence value = 1 } # Germany risks little and gains little
		command = { type = trigger which = 522004 } # Chinese limited benefits
	}
	action_c = {
		name = CEVTACTC_172037
		command = { type = influence value = -3 } # Germany remains a local power
		command = { type = warentry which = ENG value = -2 } # Germany is not a global threat
		command = { type = warentry which = FRA value = -2 } 
		command = { type = trigger which = 522006 } # Chinese outrage
	}
}

#########################################################################
#  Germany continued military mission in China 1937
#########################################################################
event = { 
	id = 172038
	random = no
	country = GER
	
	# Historical mission was 50-100 men
	
	name = CEVTNAME_172037
	desc = CEVTDESC_172038
	style = 0

	trigger = {
		event = 522003
                exists = CHI
		atwar = no
	}
        date = { day = 15 month = april year = 1937 }
        offset = 60
	deathdate = { day = 29 month = august year = 1937 }

	action_a = {
		name = CEVTACTA_172038
		command = { type = supplies value = -2000 } # Cost of continued aid
		command = { type = rubberpool value = 1500 } # Resources received from China
		command = { type = influence value = 2 } # Germany continues to build its influence in the Far East
		command = { type = warentry which = ENG value = 1 } # Germany is increasing its influence
		command = { type = warentry which = FRA value = 1 }
		command = { type = trigger which = 522005 } # Chinese benefits
	}
	action_b = {
		name = CEVTACTB_172038
		command = { type = influence value = -3 } # Germany withdraws from China
		command = { type = trigger which = 522006 } # Chinese reaction
	}
}


#########################################################################
#  German response
#########################################################################
event = { 
	id = 172039
	random = no
	country = GER
	
	# Triggered by Japanese protest
	
	name = CEVTNAME_172039
	desc = CEVTDESC_172039
	style = 0

	action_a = {
		name = CEVTACTA_172039
		command = { type = influence value = 1 } # Germany asserts it's will internationally
	}
	action_b = {
		name = CEVTACTB_172039
		command = { type = sleepleader which = 50339 } # General von Falkenhausen
		command = { type = sleepevent which = 172041 } # sleep 1938 mission
		command = { type = sleepevent which = 522016 } # sleep allegiance event
		command = { type = influence value = -3 } # Germany withdraws from China
	}
}

#########################################################################
#  German recognition of Manchukuo 4th February 1938
#########################################################################
event = { 
	id = 172040
	random = no
	country = GER
	
	# Historical negotiations

	trigger = {
		exists = MAN
		exists = JAP
		NOT = {
		war = { country = GER country = JAP }
		}
	}

	date = { day = 20 month = january year = 1938 }
	offset = 30
	deathdate = { day = 29 month = april year = 1938 }

	
	name = CEVTNAME_172040
	desc = CEVTDESC_172040
	style = 0

	action_a = {
		name = CEVTACTA_172040
		command = { type = sleepleader which = 50339 } # General von Falkenhausen
		command = { type = sleepevent which = 172041 } # sleep 1938 mission
		command = { type = sleepevent which = 522016 } # sleep allegiance event
		command = { type = trigger which = 522008 } # Chinese reaction
	}
	action_b = {
		name = CEVTACTB_172040
		command = { type = sleepevent which = 492025 } # sleep Japanese trade
	}
}


#########################################################################
#  Germany continued military mission in China 1938
#########################################################################
event = { 
	id = 172041
	random = no
	country = GER
	
	# Historical mission was 50-100 men
	
	name = CEVTNAME_172037
	desc = CEVTDESC_172041
	style = 0

	trigger = {
		event = 522005 # 1937 mission
                exists = CHI
		atwar = no
	}
        date = { day = 15 month = april year = 1938 }
        offset = 60
	deathdate = { day = 29 month = august year = 1938 }

	action_a = {
		name = CEVTACTA_172041
		command = { type = supplies value = -2000 } # Cost of continued aid
		command = { type = rubberpool value = 1500 } # Resources received from China
		command = { type = influence value = 1 } # Germany continues to build its influence in the Far East
		command = { type = warentry which = ENG value = 1 } # Germany is increasing its influence
		command = { type = warentry which = FRA value = 1 }
		command = { type = trigger which = 522007 } # Chinese benefits
	}
	action_b = {
		name = CEVTACTB_172041
		command = { type = influence value = -3 } # Germany withdraws from China
		command = { type = trigger which = 522008 } # Chinese reaction
	}
}


#########################################################################
#  No shipments from Japan 1938
#########################################################################
event = { 
	id = 172042
	random = no
	country = GER
	
	# Triggered by 492025
	
	name = CEVTNAME_172042
	desc = CEVTDESC_172042
	style = 0

	action_a = {
		name = CEVTACTA_172042
		# no effect ;-)
		command = { type = sleepevent which = 492026 } # sleep Japanese trade 1939
	}
}

#########################################################################
#  Shipment from Japan 1938
#########################################################################
event = { 
	id = 172043
	random = no
	country = GER
	
	# Triggered by 492025
	
	name = CEVTNAME_172042
	desc = CEVTDESC_172042
	style = 0

	action_a = {
		name = CEVTACTA_172043
		command = { type = rubberpool value = 1000 }

	}
}


#########################################################################
#  No shipments from Japan 1939
#########################################################################
event = { 
	id = 172044
	random = no
	country = GER
	
	# Triggered by 492026
	
	name = CEVTNAME_172042
	desc = CEVTDESC_172042
	style = 0

	action_a = {
		name = CEVTACTA_172044
		# no effect ;-)
	}
}

#########################################################################
#  Shipment from Japan 1939
#########################################################################
event = { 
	id = 172045
	random = no
	country = GER
	
	# Triggered by 492026
	
	name = CEVTNAME_172042
	desc = CEVTDESC_172042
	style = 0

	action_a = {
		name = CEVTACTA_172045
		command = { type = rubberpool value = 1000 }

	}
}


#########################################################################
# 172046 - Austro-German Agreement (by Generalisimo & Steel)
#########################################################################
event = {
        id = 172046
        random = no
        country = GER

	# triggered by AUS 652009 A

	name = CEVTNAME_172046
	desc = CEVTDESC_172046
	style = 0

        action_a = { 
		name = CEVTNAME_172046
		command = { type = warentry  which = FRA value = -3 }
		command = { type = warentry  which = ENG value = -3 }
		command = { type = warentry  which = BEL value = -3 }
		command = { type = warentry  which = HOL value = -2 }
		command = { type = warentry  which = USA value = -2 }
		command = { type = dissent value = 1 } # some people don't like it
		command = { type = influence value = 1 } # a good diplomatic negotiation
		}
}

#########################################################################
# German Aid to Afghanistan?
# by Burris
#########################################################################
event = {
id = 172047
random = no
country = GER

trigger = {
	NOT = {
		OR = {
			alliance = { country = AFG country = SOV } # not communist
			alliance = { country = AFG country = ENG } # not allied
			war = { country = AFG country = GER } 
			}
		}
	}

	name = CEVTNAME_172047
	desc = CEVTDESC_172047
	style = 0

	date = { day = 1 month = march year = 1936 }
	offset = 90
	deathdate = { day = 30 month = october year = 1936 }

	action_a = {
		name = CEVTACTA_172047
		command = { type = trigger which = 1102001 }
		command = { type = supplies value = -500 }
		command = { type = influence value = 1 }
		}
	action_b = {
		name = CEVTACTB_172047
		command = { type = influence value = -3 }
		command = { type = sleepevent which = 1102001 } # AFG
		}
}


###############################
# Altmark Incident
###############################


event = { 
	id = 172048
	random = no
	country = GER
	
	# The Altmark Incident
	
	name = CEVTNAME_172048
	desc = CEVTDESC_172048
	style = 0

	# Triggered by Norwegian event 1002001

	action_a = {
		name = CEVTACTA_172048
		command = { type = add_division which = transports } # mobilise the German merchant fleet
		command = { type = add_division which = transports } # mobilise the German merchant fleet
		command = { type = supplies value = -500 }
	}

	action_b = {
		name = CEVTACTB_172048
		command = { type = war which = NOR } # War!
		command = { type = add_division which = transports } # mobilise the German merchant fleet
		command = { type = supplies value = -250 }
		command = { type = sleepevent which = 172049 } # No Weserubung
	}
	action_c = {
		name = CEVTACTC_172048
		command = { type = influence value = -5 } # influence decreases
		command = { type = sleepevent which = 172049 } # No Weserubung
	}
}

###############################
# Fall Weserubung 
###############################

event = { 
	id = 172049
	random = no
	country = GER
	
	# Fall Weserubung - The plan begins
	
	name = CEVTNAME_172049
	desc = CEVTDESC_172049
	style = 0

	# Triggered by German event 172048

	trigger = {
		random = 8
		event = 172048
		exists = NOR
                war = { country = ENG country = GER }
		OR = {
			control = { province = 643 data = GER }
			ispuppet = POL
		}
		NOT = {
			war = { country = NOR country = GER }
			war = { country = NOR country = ENG }
			war = { country = NOR country = SOV }
			alliance = { country = NOR country = GER }
			alliance = { country = NOR country = ENG }
			alliance = { country = NOR country = SOV }
		}
	}

	date = { day = 2 month = january year = 1938 }
	offset = 30
	deathdate = { day = 29 month = december year = 1942 }

	action_a = {
		name = CEVTACTA_172049
		command = { type = add_division which = transports } # mobilise the German merchant fleet
		command = { type = add_division which = transports } # mobilise the German merchant fleet
		command = { type = supplies value = -500 }
		command = { type = warentry which = USA value = 2 }
		command = { type = war which = NOR }
		command = { type = trigger which = 1002004 } # Norway

	}

	action_b = {
		name = CEVTACTB_172049
		command = { type = warentry which = USA value = -4 }
		command = { type = warentry which = DEN value = -2 }
		command = { type = warentry which = NOR value = -2 }
		command = { type = warentry which = SWE value = -2 }
		command = { type = sleepevent which = 1002002 } # No pressure on Denmark
	}
	action_c = {
		name = CEVTACTC_172049
		command = { type = add_division which = transports } # mobilise the German merchant fleet
		command = { type = add_division which = transports } # mobilise the German merchant fleet
		command = { type = supplies value = -500 }
		command = { type = warentry which = USA value = 4 }
#		command = { type = war which = NOR } # removed due to bug report
#		command = { type = war which = SWE } # removed due to bug report
		command = { type = trigger which = 1002004 } # Norway
		command = { type = trigger which = 1002005 } # Sweden
	}
}


###############################
# Denmark becomes puppet state
###############################

event = { 
	id = 172050
	random = no
	country = GER
	
	# Weserubung - Germany
	
	name = CEVTNAME_172050
	desc = CEVTDESC_172050
	style = 0

	# Triggered by DEN 1002002

	action_a = {
		name = CEVTACTA_172050
		command = { type = addcore which = 655 } #
		command = { type = addcore which = 595 } #
		command = { type = make_puppet which = DEN } #
		command = { type = warentry which = USA value = 2 }
	}

}

###############################
# British seize Iceland
###############################

event = { 
	id = 172051
	random = no
	country = GER
	
	# UK invades Iceland
	
	name = CEVTNAME_172051
	desc = CEVTDESC_172051
	style = 0

	# Triggered by ENG 272023

	action_a = {
		name = CEVTACTA_172051
		command = { type = secedeprovince which = ENG value = 441 } # Reykjavik
		command = { type = secedeprovince which = ENG value = 442 } # Akureyri
		command = { type = secedeprovince which = ENG value = 432 } # Gothab
	}

}


###############################
# German coal for Swedish ore
###############################

event = {
	id = 172052
	random = no
	country = GER

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_172052
	desc = CEVTDESC_172052
	style = 0

	# Triggered by 1002006

	action_a = {
		name = CEVTACTA_172052
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
	action_b = {
		name = CEVTACTB_172052
		command = { type = sleepevent which = 1002007 }
		command = { type = sleepevent which = 1002008 }
		command = { type = sleepevent which = 1002009 }
		command = { type = sleepevent which = 1002010 }
		command = { type = sleepevent which = 1002011 }
		command = { type = sleepevent which = 1002012 }
		command = { type = sleepevent which = 1002013 }
		command = { type = sleepevent which = 1002014 }
		command = { type = sleepevent which = 1002015 }
		command = { type = sleepevent which = 1002016 }
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
}


###############################
# German coal for Swedish ore
###############################

event = {
	id = 172053
	random = no
	country = GER

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_172052
	desc = CEVTDESC_172052
	style = 0

	# Triggered by 1002007

	action_a = {
		name = CEVTACTA_172052
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
	action_b = {
		name = CEVTACTB_172052
		command = { type = sleepevent which = 1002008 }
		command = { type = sleepevent which = 1002009 }
		command = { type = sleepevent which = 1002010 }
		command = { type = sleepevent which = 1002011 }
		command = { type = sleepevent which = 1002012 }
		command = { type = sleepevent which = 1002013 }
		command = { type = sleepevent which = 1002014 }
		command = { type = sleepevent which = 1002015 }
		command = { type = sleepevent which = 1002016 }
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
}

###############################
# German coal for Swedish ore
###############################

event = {
	id = 172054
	random = no
	country = GER

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_172052
	desc = CEVTDESC_172052
	style = 0

	# Triggered by 1002008

	action_a = {
		name = CEVTACTA_172052
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
	action_b = {
		name = CEVTACTB_172052
		command = { type = sleepevent which = 1002009 }
		command = { type = sleepevent which = 1002010 }
		command = { type = sleepevent which = 1002011 }
		command = { type = sleepevent which = 1002012 }
		command = { type = sleepevent which = 1002013 }
		command = { type = sleepevent which = 1002014 }
		command = { type = sleepevent which = 1002015 }
		command = { type = sleepevent which = 1002016 }
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
}


###############################
# German coal for Swedish ore
###############################

event = {
	id = 172055
	random = no
	country = GER

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_172052
	desc = CEVTDESC_172052
	style = 0

	# Triggered by 1002009

	action_a = {
		name = CEVTACTA_172052
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
	action_b = {
		name = CEVTACTB_172052
		command = { type = sleepevent which = 1002010 }
		command = { type = sleepevent which = 1002011 }
		command = { type = sleepevent which = 1002012 }
		command = { type = sleepevent which = 1002013 }
		command = { type = sleepevent which = 1002014 }
		command = { type = sleepevent which = 1002015 }
		command = { type = sleepevent which = 1002016 }
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
}


###############################
# German coal for Swedish ore
###############################

event = {
	id = 172056
	random = no
	country = GER

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_172052
	desc = CEVTDESC_172052
	style = 0

	# Triggered by 1002010

	action_a = {
		name = CEVTACTA_172052
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
	action_b = {
		name = CEVTACTB_172052
		command = { type = sleepevent which = 1002011 }
		command = { type = sleepevent which = 1002012 }
		command = { type = sleepevent which = 1002013 }
		command = { type = sleepevent which = 1002014 }
		command = { type = sleepevent which = 1002015 }
		command = { type = sleepevent which = 1002016 }
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
}


###############################
# German coal for Swedish ore
###############################

event = {
	id = 172057
	random = no
	country = GER

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_172052
	desc = CEVTDESC_172052
	style = 0

	# Triggered by 1002011

	action_a = {
		name = CEVTACTA_172052
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
	action_b = {
		name = CEVTACTB_172052
		command = { type = sleepevent which = 1002012 }
		command = { type = sleepevent which = 1002013 }
		command = { type = sleepevent which = 1002014 }
		command = { type = sleepevent which = 1002015 }
		command = { type = sleepevent which = 1002016 }
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
}
###############################
# German coal for Swedish ore
###############################

event = {
	id = 172058
	random = no
	country = GER

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_172052
	desc = CEVTDESC_172052
	style = 0

	# Triggered by 1002012

	action_a = {
		name = CEVTACTA_172052
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
	action_b = {
		name = CEVTACTB_172052
		command = { type = sleepevent which = 1002013 }
		command = { type = sleepevent which = 1002014 }
		command = { type = sleepevent which = 1002015 }
		command = { type = sleepevent which = 1002016 }
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
}

###############################
# German coal for Swedish ore
###############################

event = {
	id = 172059
	random = no
	country = GER

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_172052
	desc = CEVTDESC_172052
	style = 0

	# Triggered by 1002006

	action_a = {
		name = CEVTACTA_172052
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
	action_b = {
		name = CEVTACTB_172052
		command = { type = sleepevent which = 1002014 }
		command = { type = sleepevent which = 1002015 }
		command = { type = sleepevent which = 1002016 }
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
}
###############################
# German coal for Swedish ore
###############################

event = {
	id = 172060
	random = no
	country = GER

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_172052
	desc = CEVTDESC_172052
	style = 0

	# Triggered by 1002014

	action_a = {
		name = CEVTACTA_172052
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
	action_b = {
		name = CEVTACTB_172052
		command = { type = sleepevent which = 1002015 }
		command = { type = sleepevent which = 1002016 }
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
}


###############################
# German coal for Swedish ore
###############################

event = {
	id = 172061
	random = no
	country = GER

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_172052
	desc = CEVTDESC_172052
	style = 0

	# Triggered by 1002006

	action_a = {
		name = CEVTACTA_172052
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
	action_b = {
		name = CEVTACTB_172052
		command = { type = sleepevent which = 1002016 }
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
}

###############################
# German coal for Swedish ore
###############################

event = {
	id = 172062
	random = no
	country = GER

	# German-Swedish Ore/Coal trade
	# Last event in the series

	name = CEVTNAME_172052
	desc = CEVTDESC_172052
	style = 0

	# Triggered by 1002006

	action_a = {
		name = CEVTACTA_172052
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
	action_b = {
		name = CEVTACTB_172052
		command = { type = trigger which = 172063 } # Germany receives ore
		command = { type = trigger which = 1002017 } # Sweden receives coal
	}
}

############################################
# (Persistent) trade delivery events
############################################

event = {
	id = 172063
	random = no
	persistent = yes
	country = GER

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_172063
	desc = CEVTDESC_172052
	style = 0

	# Triggered by German trade events

	action_a = {
		name = CEVTACTA_172063
		command = { type = steelpool value = 5000 }
		command = { type = coalpool value = -8000 }
	}
}



#########################################################################
#  172064 - Answer to french reaction to Re-occupation of the Rhineland (by Babe)
#########################################################################
event =
{
	id = 172064 # 103000
	random = no
	country = GER

	# Triggered by France 

	name = CEVTNAME_172064
	desc = CEVTDESC_172064
	style = 0

	action_a = {
		name = CEVTACTA_172064
		command = { type = warentry which = FRA value = 10 }
		command = { type = warentry which = ENG value = 3 } # UK don't follow completely France
		command = { type = warentry which = USA value = 2 } # USA don't want to be implicated
		command = { type = trigger  which = 432011 }        # France can declare war !!!
	}
	action_b = {
		name = CEVTACTB_172064
		command = { type = warentry which = FRA value = -5 }
		command = { type = warentry which = ENG value = -8 }
		command = { type = warentry which = USA value = -10 } # Babe 22/03/2003 : USA are very happy
	}
}


##########################################################################
# 172065 - Marlene Dietrich leaves Germany! (by SykoNurse & Generalisimo)
##########################################################################

event = { 
	id = 172065
	random = no 
	country = GER 
	
	trigger = { 
		random = 70
		government = fascist
	}

	name = CEVTNAME_172065
	desc = CEVTDESC_172065
	style = 0 

	date = { day = 1 month = january year = 1939 }
	offset = 30
	deathdate = { day = 30 month = december year = 1939 } 

	action_a = { 
		name = CEVTACTA_172065
		command = {  } # People are angry
	} 
}

##########################################################################
# 172066 - Entartete Kunst (by SykoNurse & Generalisimo)
##########################################################################

event = { 
	id = 172066
	random = no 
	country = GER 
	
	trigger = { 
		random = 70
		government = fascist
	}

	name = CEVTNAME_172066
	desc = CEVTDESC_172066
	style = 0 

	date = { day = 1 month = april year = 1937 }
	offset = 10
	deathdate = { day = 30 month = december year = 1939 } 

	action_a = { 
		name = CEVTACTA_172066
		command = { type = alignment which = fascist value = 10 }
		command = { type = supplies value = 1000 }
		command = { type = trigger which = 172073 } # Exhibition TRIGGER
	} 
	action_b = { 
		name = CEVTACTB_172066
		command = { type = alignment which = democratic value = 15 }
		command = { type = dissent value = 5 } # artist criticized the regime
		command = { type = sleepevent which = 172067 } # Exhibition of degenerate art
		command = { type = sleepevent which = 172073 } # Exhibition TRIGGER
	} 
}

##########################################################################
# 172067 - Exhibition of degenerate art (by SykoNurse & Generalisimo)
##########################################################################

event = { 
	id = 172067
	random = no 
	country = GER 

	# triggered indirectly by GER 172066

	trigger = { 
		random = 70
		event = 172073 # TRIGGER EVENT
	}

	name = CEVTNAME_172067
	desc = CEVTDESC_172067
	style = 0 

	date = { day = 1 month = april year = 1937 }
	offset = 30
	deathdate = { day = 30 month = december year = 1939 } 

	action_a = { 
		name = CEVTACTA_172067
		command = { type = alignment which = fascist value = 10 }
		command = { type = supplies value = 500 }
	} 
	action_b = { 
		name = CEVTACTB_172067
		command = { type = supplies value = -100 }
	} 
}

##########################################################################
# 172068 - Leni Riefenstahl (by SykoNurse & Generalisimo)
##########################################################################

event = { 
	id = 172068
	random = no 
	country = GER 

	trigger = { 	
		random = 70
		event = 9070
	}

	name = CEVTNAME_172068
	desc = CEVTDESC_172068
	style = 0 

	date = { day = 1 month = july year = 1938 }
	offset = 10
	deathdate = { day = 30 month = september year = 1938 } 

	action_a = { 
		name = CEVTACTA_172068
		command = { type = influence value = 1 }
		command = { type = supplies value = -250 }
		command = { type = industry which = 602 value = 1 } # Berlin
	} 
}

##########################################################################
# 172069 - Autobahn opened for public (by SykoNurse & Generalisimo)
##########################################################################

event = { 
	id = 172069
	random = no 
	country = GER 

	trigger = { 
		random = 70
	}

	name = CEVTNAME_172069
	desc = CEVTDESC_172069
	style = 0 

	date = { day = 1 month = january year = 1939 }
	offset = 30
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = { 
		name = CEVTACTA_172069
		command = { type = influence value = 1 }
		command = { type = dissent value = -2 }
		command = { type = infrastructure which = 646 value = 10 } # Elbing
		command = { type = infrastructure which = 650 value = 10 } # Knigsberg 
		command = { type = gain_tech which = 1305 } # Bulldozer
	} 
}

##########################################################################
# 172070 - Transport for the Masses! (by SykoNurse & Generalisimo)
##########################################################################

event = { 
	id = 172070
	random = no 
	country = GER 

	trigger = { 
		random = 70
		atwar = NO
		coal = 5000 # used in production
		oil = 1000 # going to private sector
		steel = 5000 # used in production
	}
	
	name = CEVTNAME_172070
	desc = CEVTDESC_172070
	style = 0 

	date = { day = 1 month = january year = 1938 }
	offset = 30
	deathdate = { day = 30 month = december year = 1942 } 

	action_a = { 
		name = CEVTACTA_172070
		command = { type = dissent value = -2 } # people are happy :)
		command = { type = industry which = 583 value = 3 } # Hannover
		command = { type = gain_tech which = 4400 } # mass production 
		command = { type = gain_tech which = 4401 } # vehicle assembly construction
		command = { type = oilpool value = -1000 } # going to private sector
		command = { type = steelpool value = -5000 } # used in production
		command = { type = coalpool value = -5000 } # used in production
		command = { type = trigger which = 172074 } # Volkswagen delivery TRIGGER
	} 
	action_b = { 
		name = CEVTACTB_172070
		command = { type = dissent value = 10 }
		command = { type = sleepevent which = 172071 } # Volkswagen delivery 
		command = { type = sleepevent which = 172074 } # Volkswagen delivery TRIGGER
	} 
}

##########################################################################
# 172071 - Volkswagen delivery (by SykoNurse & Generalisimo)
##########################################################################

event = { 
	id = 172071
	random = no 
	country = GER 

	trigger = { 
		random = 50
		event = 172074 # TRIGGER EVENT
	}

	date = { day = 1 month = january year = 1940 }
	offset = 30
	deathdate = { day = 30 month = december year = 1942 } 

	name = CEVTNAME_172071
	desc = CEVTDESC_172071
	style = 0 

	action_a = { 
		name = CEVTACTA_172071
		command = { type = dissent value = 5 }
		command = { type = supplies value = -200 } # we have to send somewhere all those cars
		command = { type = add_division which = motorized value = 0 } # with the cars
		command = { type = add_division which = motorized value = 0 } # with the cars
		command = { type = manpowerpool value = -30 }	} 
	action_b = { 
		name = CEVTACTB_172071
		command = { type = dissent value = -3 } # people are happy :)
		command = { type = alignment which = fascist value = 5 } # they love the regime!!
		command = { type = supplies value = -800 } # to deliver the cars
	} 
}

##########################################################################
# 172072 - Anti-German Demonstrations in Czechoslovakia (by SykoNurse & Generalisimo)
##########################################################################

event = { 
	id = 172072
	random = no 
	country = GER 

	trigger = { 
		random = 70
		atwar = NO
		exists = CZE
		NOT = {
			OR = {
				war = { country = CZE country = GER } # NOT CZE-GER war 
				alliance = { country = CZE country = GER } # CZE not axis
				puppet = { country = CZE country = GER } # NOT CZE puppet of GER
				ispuppet = GER
				ispuppet = CZE
			}
		}
		NOT = {
			event = 2030 # Sudetenland Crisis
		}
	}

	name = CEVTNAME_172072
	desc = CEVTDESC_172072
	style = 0 

	date = { day = 1 month = august year = 1938 }
	offset = 10
	deathdate = { day = 29 month = september year = 1938 } 

	action_a = { 
		name = CEVTACTA_172072
		command = { type = dissent value = 3 } 
	} 
}

##########################################################################
# 172073 - Exhibition TRIGGER (by SykoNurse & Generalisimo)
##########################################################################

event = { 
	id = 172073
	random = no 
	country = GER 

	# triggered by GER 172066

	name = CEVTNAME_172073
	desc = CEVTDESC_172073
	style = 0 

	action_a = { 
		name = CEVTACTA_172073
		command = { } 
	} 
}

##########################################################################
# 172074 - Volkswagen delivery TRIGGER (by SykoNurse & Generalisimo)
##########################################################################

event = { 
	id = 172074
	random = no 
	country = GER 

	# triggered by GER 172070

	name = CEVTNAME_172074
	desc = CEVTDESC_172074
	style = 0 

	action_a = { 
		name = CEVTACTA_172074
		command = { } 
	} 
}

##########################################################################
# 172075 - Hindenburg destroyed! (by SykoNurse & Generalisimo & emperor dennis)
##########################################################################

event = { 
	id = 172075
	random = no 
	country = GER 

	trigger = { 
		random = 70
	}

	name = CEVTNAME_172075
	desc = CEVTDESC_172075
	style = 0 

	date = { day = 1 month = may year = 1938 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = { 
		name = CEVTACTA_172075
		command = { type = trigger which = 322251 }
		command = { type = influence value = -2 }
	} 
}

######################################################################### 
# 172076 - US ultimatum, Hitler's answer (by Copper Nicus)
######################################################################### 
# Bolted modified

event = { 
	id = 172076
	random = no
	country = GER
	
	# trigered by USA 322029

	name = CEVTNAME_172076
	desc = CEVTDESC_172076
	style = 0

	action_a = {
		name = CEVTACTA_172076
		command = { type = war which = USA } # Hitler is enraged
		command = { type = dissent value = -5 } # All believe in invincible Wehrmacht
		}
	action_b = {
		name = CEVTACTB_172076
		command = { type = influence value = 2 }
		command = { type = trigger which = 322030 } # Now it's USA decision
		}
}

###################################################################
# 172077 - Germany demands back her former Colonies (by SykoNurse)
# Kolonien event, linked to events to BEL, VIC, AST, SAF, ENG
# big thanks go to Generalisimo for corrections on the code
###################################################################

event = { 
	id = 172077
	random = no
	country = GER 

	trigger = {
		headofstate = 1 # Hitler
		atwar = no
	}

	name = CEVTNAME_172077
	desc = CEVTDESC_172077
	style = 0

	date = { day = 30 month = january year = 1939 } 
	offset = 1
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172077
		command = { type = addcore which = 1150 }	#Swakopmund
		command = { type = addcore which = 1149 }	#Oshakati
		command = { type = addcore which = 1148	} 	#Grootfontein
		command = { type = addcore which = 1154	} 	#Lderitz
		command = { type = addcore which = 1157	}	#Windhoek
		command = { type = addcore which = 37	}	#Lindi
		command = { type = addcore which = 1311	}	#Tabora
		command = { type = addcore which = 36	}	#Kigali
		command = { type = addcore which = 1309	}	#Dar es Salaam
		command = { type = addcore which = 1111	}	#Maroua
		command = { type = addcore which = 1116	}	#Njawdere
		command = { type = addcore which = 1120	}	#Douala
		command = { type = addcore which = 1118	}	#Yaounde
		command = { type = addcore which = 1060	}	#Lom
		command = { type = addcore which = 1988	}	#Goroka
		command = { type = addcore which = 1989	}	#Wewak
		command = { type = addcore which = 2023	}	#Lae
		command = { type = addcore which = 2025	}	#New Britain
		command = { type = addcore which = 1990	}	#Admirality Islands
		command = { type = addcore which = 1991	}	#New Ireland
		command = { type = addcore which = 1966	}	#North Solomon Islands
		command = { type = addcore which = 1928	}	#Yaren
		command = { type = addcore which = 63	}	#Samoa
		command = { type = addcore which = 1923	}	#Marshall Islands
		command = { type = addcore which = 1919	}	#Kwajalein
		command = { type = addcore which = 1915	}	#Taongi
		command = { type = addcore which = 1909	}	#Bikini
		command = { type = addcore which = 1899	}	#Eniwetok
		command = { type = addcore which = 1903	}	#Palikir
		command = { type = addcore which = 2035	}	#Truk
		command = { type = addcore which = 2002	}	#Caroline Islands
		command = { type = addcore which = 1998	}	#Palau
		command = { type = addcore which = 1937	}	#Mariane Islands
		command = { warentry which = FRA value = 1 }	#provocation
		command = { warentry which = ENG value = 1 }	#provocation
		command = { warentry which = JAP value = 1 }	#provocation
		command = { warentry which = SAF value = 1 }	#provocation
		command = { warentry which = AST value = 1 }	#provocation
		command = { warentry which = BEL value = 1 }	#provocation
		command = { type = trigger which = 272029 } # ENG
		command = { type = trigger which = 432030 } # VIC
		command = { type = trigger which = 372011 } # SAF
		command = { type = trigger which = 372013 } # AST
		command = { type = trigger which = 852007 } # BEL
}
	action_b = {
		name = CEVTACTB_172077
		command = { type = influence value = -1 } #failed to show strength
		command = { type = dissent value = 1 } # colonial groups angry
		command = { type = sleepevent which = 272029 } # ENG
		command = { type = sleepevent which = 272030 } # ENG
		command = { type = sleepevent which = 432030 } # VIC
		command = { type = sleepevent which = 432031 } # VIC
		command = { type = sleepevent which = 172079 } # GER
		command = { type = sleepevent which = 372011 } # SAF
		command = { type = sleepevent which = 372012 } # SAF
		command = { type = sleepevent which = 372013 } # AST
		command = { type = sleepevent which = 372014 } # AST
		command = { type = sleepevent which = 852007 } # BEL
		command = { type = sleepevent which = 852008 } # BEL 
	}
}


####################################################################
# 172078 - (GER) Loss of Claims due to Tripartite Pact (by SykoNurse)
####################################################################

event = { 
	id = 172078 
	random = no
	country = GER

	trigger = {
		ispuppet = VIC
		ispuppet = ENG
		ispuppet = AST 
		NOT = {
			exists = FRA 
			}
		event = 462002 #Italy's response - Japan signed
		event = 372014 #AST had given provinces to GER
		}

	name = CEVTNAME_172078
	desc = CEVTDESC_172078
	style = 0

	action_a = {
		name = CEVTACTA_172078
		command = { type = secedeprovince which = JAP value = 1988 } #Goroka
		command = { type = secedeprovince which = JAP value = 1989 } #Wewak
		command = { type = secedeprovince which = JAP value = 2023 } #Lae
		command = { type = secedeprovince which = JAP value = 2025 } #New Britain
		command = { type = secedeprovince which = JAP value = 1990 } #Admirality Islands
		command = { type = secedeprovince which = JAP value = 1991 } #New Ireland
		command = { type = secedeprovince which = JAP value = 1966 } #N. Solomon Islands
		command = { type = secedeprovince which = JAP value = 1928 } #Yaren
		command = { type = secedeprovince which = JAP value = 63 } #Samoa
		command = { type = secedeprovince which = JAP value = 1923 } #Marshall Islands
		command = { type = secedeprovince which = JAP value = 1919 } #Kwajalein
		command = { type = secedeprovince which = JAP value = 1915 } #Taongi
		command = { type = secedeprovince which = JAP value = 1909 } #Bikini
		command = { type = secedeprovince which = JAP value = 1899 } #Eniwetok
		command = { type = secedeprovince which = JAP value = 1903 } #Palikir
		command = { type = secedeprovince which = JAP value = 2035 } #Truk
		command = { type = secedeprovince which = JAP value = 2002 } #Caroline Islands
		command = { type = secedeprovince which = JAP value = 1998 } #Palau
		command = { type = secedeprovince which = JAP value = 1937 } #Mariane Islands
		command = { type = removecore which = 1988 } #Goroka
		command = { type = removecore which = 1989 } #Wewak
		command = { type = removecore which = 2023 } #Lae
		command = { type = removecore which = 2025 } #New Britain
		command = { type = removecore which = 1990 } #Admirality Islands
		command = { type = removecore which = 1991 } #New Ireland
		command = { type = removecore which = 1966 } #North Solomon Islands
		command = { type = removecore which = 1928 } #Yaren
		command = { type = removecore which = 63 } #Samoa
		command = { type = removecore which = 1923 } #Marshall Islands
		command = { type = removecore which = 1919 } #Kwajalein
		command = { type = removecore which = 1915 } #Taongi
		command = { type = removecore which = 1909 } #Bikini
		command = { type = removecore which = 1899 } #Eniwetok
		command = { type = removecore which = 1903 } #Palikir
		command = { type = removecore which = 2035 } #Truk
		command = { type = removecore which = 2002 } #Caroline Islands
		command = { type = removecore which = 1998 } #Palau
		command = { type = removecore which = 1937 } #Mariane Islands
		command = { type = trigger which = 492027 } # JAP
		}
}

###################################################################
# 172079 - No Kamerun and Togo yet! (by SykoNurse)
###################################################################

event = { 
	id = 172079 
	random = no
	country = GER

	trigger = {
		ispuppet = VIC
		}

	name = CEVTNAME_172079
	desc = CEVTDESC_172079
	style = 0

	date = { day = 30 month = january year = 1939 } 
	offset = 1
	deathdate = { day = 30 month = december year = 1947 }

	action_a = { 
		name = CEVTACTA_172079
		command = { type = secedeprovince which = VIC value = 1111 }	#Maroua
		command = { type = secedeprovince which = VIC value = 1116 }	#Njawdere
		command = { type = secedeprovince which = VIC value = 1120 }	#Douala
		command = { type = secedeprovince which = VIC value = 1118 }	#Yaounde
		command = { type = secedeprovince which = VIC value = 1060 }	#Lom
		}
}

#########################################################################
#  172080 - Danzig or War (Last chance for peace), allied Poland (by Copper Nicus)
#########################################################################
event = {
	id = 172080
	random = no
	country = GER

	trigger = {
		government = fascist
		exists = POL
		alliance = { country = ENG country = POL }
		NOT = {
			OR = {
				owned = { province = 645 data = -1 } # Danzig
				alliance = { country = SOV country = POL }
				alliance = { country = GER country = POL }
				war = { country = GER country = POL }
				puppet = { country = POL country = GER }
				ispuppet = GER
				}
			}
		}

	name = EVT_2027_NAME
	desc = EVT_2027_DESC
	style = 0

	date = { day = 30 month = august year = 1939 }

	action_a = {
		name = ACTIONNAME2027A
		command = { type = trigger which = 702042 } # POL
		command = { type = sleepevent which = 2027 } # Alternative event put to sleep
	}
	action_b = {
		name = ACTIONNAME2027B
		command = { type = warentry which = ENG value = -2 }
		command = { type = warentry which = FRA value = -2 }
		command = { type = warentry which = USA value = -2 }
		command = { type = sleepevent which = 2027 } # Alternative event put to sleep
	}
}

#########################################################################
# 172081 - Austro-German Agreement offer (by Generalisimo)
#########################################################################
event = {
        id = 172081
        random = no
        country = GER

	trigger = { 
		exists = AUS
		exists = GER
                NOT = {
                       war = { country = AUS country = GER }
			} 
		}

	name = CEVTNAME_172081
	desc = CEVTDESC_172081
	style = 0

	date = { day = 11 month = july year = 1936 }
	offset = 5
	deathdate = { day = 30 month = december year = 1936 }

	action_a = { 
		name = CEVTACTA_172081
		command = { type = trigger which = 652009 } # AUS
		command = { type = influence value = 2 }
		}
	action_b = {
		name = CEVTACTB_172081
		command = { type = warentry  which = FRA value = 3 }
		command = { type = warentry  which = ENG value = 3 }
		command = { type = warentry  which = BEL value = 3 }
		command = { type = warentry  which = HOL value = 2 }
		command = { type = warentry  which = USA value = 2 }
		command = { type = dissent value = -2 }
		command = { type = influence value = -5 }
		command = { type = sleepevent which = 652009 } # AUS
		command = { type = sleepevent which = 172046 } # GER
		}
}

#########################################################################
# 172101 - Vichy France defies German Demands to try the French Traitors (by 2Coats)
#########################################################################
event = { 
	id = 172101 
	random = no
	country = GER
          
          #  Event triggered by VIC 432035 - War guilt trial  

	name = CEVTNAME_172101
	desc = CEVTDESC_172101
	style = 0

	action_a = {
		name = CEVTNAME_172101
		command = { type = inherit which = VIC }
		command = { type = sleepevent which = 432040 }
	}
	action_b = {
		name = CEVTNAME_172101
		command = { type = dissent value = 1 }
	}
}

########################################################
# 172102 - Danish government approves of volunteers (by Ghost_dk)
########################################################
event = {
	id = 172102
	random = no
	country = GER
	
	# triggered by DEN 1002021
		
	name = CEVTNAME_172102
	desc = CEVTDESC_172102
	style = 0

	action_a = {
		name = CEVTACTA_172102
		command = { type = add_division which = infantry value = 0 }
		}
}

########################################################
# 172103 - Expand Military Airport (by Ghost_dk)
########################################################

event = {
	id = 172103
	random = no
	country = GER

	trigger = {
		puppet = { country = DEN country = GER } #Denmark a puppet of Germany
		control = { province = 655 data = -1 } #Aarhus controlled by Germany
		NOT = {
			war = { country = DEN country = GER }
			}
		}

	name = CEVTNAME_172103
	desc = CEVTDESC_172103
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 60
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = {
		name = CEVTACTA_172103
		command = { type = steelpool value = -1000 }
		command = { type = coalpool value = -2000 }
		command = { type = supplies value = -1000 }
		command = { type = oilpool value = -200 }
		command = { type = trigger which = 1002022 }
		}
	action_b = {
		name = CEVTACTB_172103
		command = { }
		}
}

###############################################
# 172104 - We need Denmark torpedoboats (by Ghost_dk)
###############################################

event = {
	id = 172104
	random = no
	country = GER

	trigger = {
		puppet = { country = DEN country = GER }
		control = { province = 655 data = -1 }		#Aarhus controlled by Germany
		}

	name = CEVTNAME_172104
	desc = CEVTDESC_172104
	style = 0

	date = { day = 15 month = january year = 1941 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = {
		name = CEVTACTA_172104
		command = { type = trigger which = 1002023 }
		}
}

###############################################
# 172105 - We 'borrow' the torpedo boats from Denmark (by Ghost_dk)
###############################################
event = {
	id = 172105
	random = no
	country = GER
	
	# triggered by DEN 1002024

	name = CEVTNAME_172104
	desc = CEVTDESC_172104
	style = 0

	action_a = {
		name = CEVTACTA_172105
		command = { type = supplies value = 500 } #might get changed once naval mod is implemented
		}
}

###############################################
# 172106 - How dare they refuse! (by Ghost_dk)
###############################################
event = {
	id = 172106
	random = no 
	country = GER

	# triggered by DEN 1002024

	name = CEVTNAME_172106
	desc = CEVTDESC_172106
	style = 0
	
	action_a = {
		name = CEVTACTA_172106
		command = { type = trigger which = 1002025 }
		}
}

###############################################
# 172107 - They sunk their own ships! (by Ghost_dk)
###############################################
event = { 
	id = 172107
	random = no
	country = GER

	# triggered by DEN 1002025 A
	
	name = CEVTNAME_172107
	desc = CEVTDESC_172107
	style = 0

	action_a = {
		name = CEVTACTA_172107
		command = { type = supplies value = 2000 }
		command = { type = steelpool value = 1500 }
		command = { type = oilpool value = 100 }
		Command = { type = sleepevent which = 172110 }	
		}
}

###############################################
# 172108 - we captured their fleet (by Ghost_dk)
###############################################
event = {
	id = 172108
	random = no
	country = GER

	# triggered by DEN 1002025 B

	name = CEVTNAME_172108
	desc = CEVTDESC_172108
	style = 0

	action_a = {
		name = CEVTACTA_172108
		command = { type = supplies value = 2200 }
		command = { type = oilpool value = 175 }
		Command = { type = sleepevent which = 172110 }
		}
}

###############################################
# 172109 - Germany recieve Danish AA-guns (by Ghost_dk)
###############################################

Event = {
	id = 172109
	random = no
	country = GER

	trigger = {
		puppet = { country = DEN country = GER }
		random = 50
		}

	name = CEVTNAME_172109
	desc = CEVTDESC_1002026
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172109
		Command = { type = flak which = -1 value = 1 }
		command = { type = trigger which = 1002026 }
		}
}

###############################################
# 172110 - We want control of the Danish Navy (by Ghost_dk)
###############################################
event = {
	id = 172110
	random = no
	country = GER

	trigger = { 
		puppet = { country = DEN country = GER }
		random = 75
		atwar = GER # GER at war with somebody
		}

	name = CEVTNAME_172110
	desc = CEVTDESC_172110
	style = 0
	
	date = { day = 29 month = august year = 1943 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172110
		command = { type = supplies value = 250 }
		command = { type = steelpool value = 1500 }
		command = { type = oilpool value = 100 }
		command = { type = trigger which = 1002027 }
		}
}

###############################################
# 172111 - Niels Bohr 'co-operates' with Germany (by Ghost_dk)
###############################################
event = {
	id = 172111
	random = no
	country = GER

	Trigger = {
	
		random = 5 # Low chance
		
		OR = {		
		puppet = { country = DEN country = GER }
		control = { province = 594 data = GER } # Copenhagen
		}

		}

	name = CEVTNAME_172111
	desc = CEVTDESC_172111
	style = 0

	date = { day = 15 month = october year = 1943 }
	offset = 2
	deathdate = { day = 30 month = december year = 1947 }

	action_a = { 
		name = CEVTACTA_172111
		command = { type = gain_tech which = 8500 }
		command = { type = gain_tech which = 8501 }
		command = { type = trigger which = 322039 }
		}
}

###############################################
# 172112 - Include Jutland in atlantic wall? (by Ghost_dk)
###############################################
event = {
	id = 172112
	random = no
	country = GER
	
	trigger = {
		puppet = { country = DEN country = GER }
		control = { province = 655 data = GER }
		control = { province = 595 data = GER }
		random = 40
		}

	name = CEVTNAME_172112
	desc = CEVTDESC_172112
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = { 
		name = CEVTACTA_172112
		command = { type = coastal_fort which = 655 value = 1 } #Aarhus
		command = { type = coastal_fort which = 595 value = 1 } #Kolding
		command = { type = steelpool value = -800 }
		command = { type = supplies value = -200 }
		}
}

###############################################
# 172115 - Support facists in Denmark or not (by Ghost_dk)
###############################################

event = {
	id = 172115 
	random = no
	country = GER

	Trigger = { 
		random = 15
		event = 172050
		puppet = { country = DEN country = GER }
		government = democratic
	 	}

	name = CEVTNAME_172115
	desc = CEVTDESC_172115
	style = 0
	
	date = { day = 1 month = january year = 1936 }
	offset = 30
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = CEVTACTA_172115
		command = { type = dissent value = 1 }
		command = { type = coup_nation which = DEN }
		}
	action_b = {
		name = CEVTACTB_172115
		command = { type = trigger which = 1002030 }
		command = { type = sleepevent which = 172104 }
		command = { type = sleepevent which = 172105 }
		command = { type = sleepevent which = 172106 }
		command = { type = sleepevent which = 172107 }
		command = { type = sleepevent which = 172108 }
		command = { type = sleepevent which = 172110 }
		command = { type = sleepevent which = 1002023 }
		command = { type = sleepevent which = 1002024 }
		command = { type = sleepevent which = 1002025 }
		command = { type = sleepevent which = 1002027 }
		}
}

##########################################################
## Bolivia and the GER
##########################################################
event = {
id = 172116
random = no
country = GER

name = CEVTNAME_172116
desc = CEVTDESC_172116

style = 0

action_a = { name = CEVTACTA_172116
		 command = { type = steelpool value = 5000 } # simulates tin going to GER
		}
}

#########################################################################
#  172128 - Warsaw Uprising - Operation 'Burza' (by Copper Nicus)
#########################################################################

event = {
	id = 172128
	random = no
	country = GER

	trigger = {
		war = { country = ENG country = GER } # Allies fight Germans
		war = { country = SOV country = GER } # Soviets fight Germans
		control = { province = 643 data = GER } # Germans control Warsaw
		
		OR = {
			control = { province = 725 data = SOV } # Lwow
			control = { province = 716 data = SOV } # Wilno
		}
			NOT = {
				exists = POL				
				}
		}

	name = CEVTNAME_172128
	desc = CEVTDESC_172128

	style = 0

	date = { day = 3 month = may year = 1943 } # At least 4 years of occupation
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172128
		command = { type = supplies value = -300 } # supplies lost due to Partisan attacks
		command = { type = manpowerpool  value = -5 } # losses
	}

}

#########################################################################
#  172129 - Warsaw Uprising - opening moves (modified by Copper Nicus)
#########################################################################

event = {
	id = 172129
	random = no
	country = GER

	trigger = {
		war = { country = ENG country = GER } # Allies fight Germans
		war = { country = SOV country = GER } # Soviets fight Germans

		control = { province = 643 data = GER } # Germans control Warsaw
		control = { province = 725 data = SOV } # Lwow
		control = { province = 716 data = SOV } # Wilno
		control = { province = 717 data = SOV } # Grodno
		control = { province = 719 data = SOV } # Sandomierz is held by Soviets
		control = { province = 720 data = SOV } # Rowne is held by Soviets
		
			NOT = {
				exists = POL
				garrison = { country = GER province = 643 size = 2 } # Only small garrison is attacked 				
				}
		}

	name = CEVTNAME_172129
	desc = CEVTDESC_172129

	style = 0

	date = { day = 3 month = may year = 1943 } # At least 4 years of occupation
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172129
		command = { type = independence which = POL }
		command = { type = supplies value = -100 } # supplies lost in Warsaw
		command = { type = trigger which = 702059 }
	}

}

###################################
# 172130 - Germany doesn't recognize Euskadi (if Nat.Spain is axis) (by Generalisimo)
###################################
event = { 
id = 172130
random = no
country = GER

trigger = {
	exists = u04
	war = { country = GER country = SPR }
	NOT = {
		war = { country = GER country = U04 }
		alliance = { country = GER country = U04 }
		}
	}

name = CEVTNAME_172130
desc = CEVTDESC_172130
style = 0

date = { day = 1 month = october year = 1936 }
offset = 1
deathdate = { day = 30 month = december year = 1941 }

action_a = {
	name = CEVTACTA_OK 
	command = { type = war which = U04 }
	command = { type = dissent value = -2 } # offset for DOW
	}
}

###################################
# 172131 - Germany doesn't recognize Catalunya (if Nat.Spain is axis) (by Generalisimo)
###################################
event = { 
id = 172131
random = no
country = GER

trigger = {
	exists = U05
	war = { country = GER country = SPR }
	NOT = {
		war = { country = GER country = U05 }
		alliance = { country = GER country = U05 }
		}
	}

name = CEVTNAME_172131
desc = ""
style = 0

date = { day = 1 month = october year = 1936 }
offset = 1
deathdate = { day = 30 month = december year = 1941 }

action_a = {
	name = CEVTACTA_OK 
	command = { type = war which = U05 }
	command = { type = dissent value = -2 } # offset for DOW
	}
}

########################################################## 
# 172132 - Tripartite Pact Proposal to Hungary (by Generalisimo)
########################################################## 
event = { 
	id = 172132
	random = no
	country = GER
	
	# Germany initiates discussion sometime after November 1940
	
	trigger = {
		exists = SOV
		headofstate = 1 # Adolf Hitler
		control = { province = 527 data = -1 } # Paris
		NOT = {
			war = { country = HUN country = GER }
			alliance = { country = GER country = SOV } # no T-P Pact if Unholy Alliance
			}
		alliance = { country = GER country = HUN }
	}
       
	date = { day = 1 month = july year = 1940 }
	offset = 15 # increased offset, no need for daily checks that slow down game
	deathdate = { day = 30 month = december year = 1947 }

	name = CEVTNAME_172132
	desc = CEVTDESC_172132
	style = 0
	
	action_a = {
		name = CEVTACTA_172132
		command = { type = influence value = -2 } # Diplomatic mission to HUngary
		command = { type = trigger which = 702076 } # Hungary
		}
	action_b = {
		name = CEVTACTB_172132
		command = { type = influence value = -1 } 
		}
}

########################################################## 
# 172133 - Tripartite Pact, Hungary signs (by Generalisimo)
########################################################## 
event = { 
	id = 172133
	random = no
	country = GER
	
	# triggered by HUN 702076 A
	
	name = CEVTNAME_172133
	desc = CEVTDESC_172133
	style = 0
	
	action_a = {
		name = CEVTACTA_GREAT
		command = { type = access which = HUN }
		command = { type = influence value = 2 }     			# Good diplomatic skills.  Increased to 5 (from 2) so it's not +/- 0
		command = { type = setflag  which = HUN_tripartite }		# flag for german events
		}
}

########################################################## 
# 172134 - Tripartite Pact, Hungary rejects (by Generalisimo)
########################################################## 
event = { 
	id = 172134
	random = no
	country = GER
	
	# triggered by HUN 702076 B
	
	name = CEVTNAME_172134
	desc = CEVTDESC_172134
	style = 0
	
	action_a = {
		name = CEVTACTA_172134
		command = { type = influence value = -2 } 
		# should this not sleep a number of events as well?
		}
}

#########################################################################
#  Hitler has been assasinated! (by Generalisimo & JRaup)
#########################################################################
event = {
	id = 172135
	random = no
	country = GER

	trigger = {
		government = fascist
		minister = 1 # AH alive
		dissent = 15 # lowered due to good AI dissent management
		random = 30
		atwar = yes
		exists = SOV
		NOT = {
			OR = {
				event = 2025
				event = 2026
				event = 172135
				control = { province = 643 data = GER } # Germany NOT controls Warszawa
				control = { province = 527 data = GER } # Germany NOT controls Paris
				control = { province = 550 data = GER } # Germany NOT controls Amsterdam
				control = { province = 552 data = GER } # Germany NOT controls Bruxelles
				control = { province = 552 data = GER } # Germany NOT controls Roma
				}
			}
	}

	name = EVT_2025_NAME
	desc = EVT_2025_DESC
	style = 0

	date = { day = 1 month = june year = 1944 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = january year = 1946 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = sleepminister which = 1 } # AH
		command = { type = sleepminister which = 2 } # AH
		command = { type = sleepminister which = 64 } # AH

		#Ministers likely to be killed or being forced to resign
		command = { type = sleepminister which = 10 } # Hermann Gring
		command = { type = sleepminister which = 41 } # Hermann Gring
		command = { type = sleepminister which = 50 } # Hermann Gring
		command = { type = sleepminister which = 58 } # Hermann Gring
		command = { type = sleepminister which = 58 } # Hermann Gring
		command = { type = sleepminister which = 42 } # Heinrich Himmler
		command = { type = sleepminister which = 69 } # Heinrich Himmler
		command = { type = sleepminister which = 43 } # Karl Dnitz
		command = { type = sleepminister which = 103 } # Karl Dnitz
		command = { type = sleepminister which = 45 } # Joseph Goebbels
		command = { type = sleepminister which = 51 } # Joseph Goebbels
		command = { type = sleepminister which = 74 } # Joseph Goebbels
		command = { type = sleepminister which = 52 } # Alfred Rosenberg
		command = { type = sleepminister which = 53 } # Arthur Seyss-Inquart
		command = { type = sleepminister which = 79 } # Arthur Seyss-Inquart
		command = { type = sleepminister which = 57 } # Friedrich Flick
		command = { type = sleepminister which = 59 } # Walter Funk
		command = { type = sleepminister which = 60 } # Fritz Todt
		command = { type = sleepminister which = 61 } # Hans-Georg von Friedeburg
		command = { type = sleepminister which = 83 } # Hans-Georg von Friedeburg
		command = { type = sleepminister which = 104 } # Hans-Georg von Friedeburg
		command = { type = sleepminister which = 63 } # Kurt Daluege
		command = { type = sleepminister which = 85 } # Ernst Kaltenbrunner
		command = { type = sleepminister which = 89 } # Wilhelm Keitel
		command = { type = sleepminister which = 93 } # Kurt Zeitzler
		command = { type = sleepminister which = 95 } # Heinz Guderian
		command = { type = sleepminister which = 99 } # Kurt von Hammerstein-Equord
		command = { type = sleepminister which = 102 } # Ferdinand Schrner
		command = { type = sleepminister which = 105 } # Hugo Sperrle
		command = { type = sleepminister which = 106 } # Albert Kesselring
		command = { type = sleepminister which = 107 } # Eberhard Milch
		command = { type = sleepminister which = 108 } # Robert Ritter von Greim

		# Heer generals likely to be killed or forced to resign
		command = { type = sleepleader which = 146 } # Wilhelm Keitel
		command = { type = sleepleader which = 343 } # Kurt Zeitzler
		command = { type = sleepleader which = 232 } # Ferdinand Schrner
		command = { type = sleepleader which = 19 } # Gunther Blumentritt
		command = { type = sleepleader which = 24 } # Erich Brandenberger
		command = { type = sleepleader which = 26 } # Bruno Bruer
		command = { type = sleepleader which = 39 } # de Angelis
		command = { type = sleepleader which = 80 } # Geyr von Schweppenburg
		command = { type = sleepleader which = 89 } # Heinz Guderian
		command = { type = sleepleader which = 111 } # Kurt von Hammerstein-Equord
		command = { type = sleepleader which = 148 } # Albert Kesselring
		command = { type = sleepleader which = 209 } # Alexander Ratcliffe
		command = { type = sleepleader which = 212 } # Otto-Ernst Remer
		command = { type = sleepleader which = 234 } # Walther Seydlitz-Kurzback
		command = { type = sleepleader which = 243 } # Kurt Student
		command = { type = sleepleader which = 267 } # von Brockdorff-Ahlefeldt
		command = { type = sleepleader which = 268 } # von Choltitz
		command = { type = sleepleader which = 293 } # Meinrad von Lauchert
		command = { type = sleepleader which = 295 } # Karl von le Suire
		command = { type = sleepleader which = 300 } # Eberhard von Mackensen
		command = { type = sleepleader which = 311 } # Walther von Reichenau
		command = { type = sleepleader which = 327 } # Maximilian von Weichs zu Glon
		command = { type = sleepleader which = 44 } # Eduard Dietl

		# Kriegsmarine admirals likely to be killed or forced to resign
		command = { type = sleepleader which = 364 } # Karl Dnitz
		command = { type = sleepleader which = 396 } # Hans-Georg von Friedeburg
		command = { type = sleepleader which = 371 } # Harald Kienast
		command = { type = sleepleader which = 372 } # Gustav Kieseritzky
		command = { type = sleepleader which = 395 } # Lothar von Arnauld de la Perire (died in 1941)

		# Luftwaffe generals likely to be killed or forced to resign
		command = { type = sleepleader which = 423 } # Albert Kesselring
		command = { type = sleepleader which = 440 } # Hugo Sperrle
		command = { type = sleepleader which = 445 } # Robert Ritter von Greim
		command = { type = sleepleader which = 414 } # Hermann Gring
		command = { type = sleepleader which = 403 } # Rudolf Bogatsch
		command = { type = sleepleader which = 409 } # Dessloch
		command = { type = sleepleader which = 411 } # Helmuth Felmy
		command = { type = sleepleader which = 412 } # Adolf Galland
		command = { type = sleepleader which = 419 } # Hans Jeschonnek
		command = { type = sleepleader which = 422 } # Alfred Keller
		command = { type = sleepleader which = 428 } # Eberhard Milch
		command = { type = sleepleader which = 434 } # Richard Putzier
		command = { type = sleepleader which = 435 } # Hans-Ulrich Rudel
		command = { type = sleepleader which = 443 } # Ernest Udet
		command = { type = sleepleader which = 449 } # Wolfram von Richthofen
		command = { type = sleepleader which = 453 } # Walther Wever
		command = { type = sleepleader which = 454 } # Wilhelm Wimmer

		# Waffen-SS Fhrers likely to be killed or forced to resign
		command = { type = sleepleader which = 475 } # Heinrich Himmler
		command = { type = sleepleader which = 457 } # Friedrich Alpers
		command = { type = sleepleader which = 465 } # Karl-Maria Demelhuber
		command = { type = sleepleader which = 466 } # Josef 'Sepp' Dietrich
		command = { type = sleepleader which = 467 } # Theodor Eicke
		command = { type = sleepleader which = 468 } # Hermann Fegelein
		command = { type = sleepleader which = 470 } # Herbert-Otto Gille
		command = { type = sleepleader which = 481 } # Fritz Krmer
		command = { type = sleepleader which = 484 } # Heinz Lammerding
		command = { type = sleepleader which = 492 } # Erwin Rsener
		command = { type = sleepleader which = 499 } # Felix Steiner
		command = { type = sleepleader which = 458 } # Franz Augsberger
		command = { type = sleepleader which = 459 } # Carl Becker
		command = { type = sleepleader which = 463 } # Karl-Heinrich Brenner
		command = { type = sleepleader which = 464 } # Lothar Debes
		command = { type = sleepleader which = 469 } # Josef Fitzhum
		command = { type = sleepleader which = 477 } # Richard Jungclaus
		command = { type = sleepleader which = 479 } # Matthias Kleinheisterkamp
		command = { type = sleepleader which = 483 } # Otto Kumm
		command = { type = sleepleader which = 485 } # Gustav Lombard
		command = { type = sleepleader which = 487 } # Wilhelm Mohnke
		command = { type = sleepleader which = 489 } # Jochen Peiper
		command = { type = sleepleader which = 490 } # Priess
		command = { type = sleepleader which = 494 } # Karl-Gustav Sauberzweig
		command = { type = sleepleader which = 496 } # Max Simon
		command = { type = sleepleader which = 497 } # Otto Skorzeny
		command = { type = sleepleader which = 501 } # Trabandt
		command = { type = sleepleader which = 502 } # Erich von dem Bach-Zelewski
		command = { type = sleepleader which = 504 } # Ewald von Massow
		command = { type = sleepleader which = 507 } # Karl von Pfeffer-Wildenbruch
		command = { type = sleepleader which = 509 } # Theodor Wisch
		command = { type = sleepleader which = 548 } # Gunther Wisliceny

		# Adopted Austrian/Hungarian/Romanian/Other generals likely to be killed or forced to resign
		command = { type = sleepleader which = 515 } # Karl Britzelmayr
		command = { type = sleepleader which = 519 } # Ferenc Feketehalmy-Czeydner
		command = { type = sleepleader which = 520 } # Valentin Feurstein
		command = { type = sleepleader which = 521 } # Edmund Glaise-Horstenau
		command = { type = sleepleader which = 522 } # Grassy
		command = { type = sleepleader which = 527 } # Anton Kienbauer
		command = { type = sleepleader which = 529 } # Johann Kubena
		command = { type = sleepleader which = 531 } # Alexander Lhr
		command = { type = sleepleader which = 532 } # Materna
		command = { type = sleepleader which = 536 } # Lothar Rendulic
		command = { type = sleepleader which = 544 } # von Hubicki

		command = { type = dissent value = 15 }
		command = { type = headofstate which = 11 }
		command = { type = headofgovernment which = 12 }
		command = { type = foreignminister which = 13 }
		command = { type = armamentminister which = 14 }
		command = { type = ministerofsecurity which = 15 }
		command = { type = ministerofintelligence which = 16 }
		command = { type = chiefofstaff which = 17 }
		command = { type = chiefofarmy which = 18 }
		command = { type = chiefofnavy which = 19 }
		command = { type = chiefofair which = 20 }
		command = { type = setflag  which = Hitler_Assasinated } # flag for german events
		command = { type = sleepevent which = 2026 } # failed assasination
		command = { type = sleepevent which = 2025 } # assasination
		}
}


#########################################################
# Soviets Request Naval Tech Event
# Original Concept by Barrabas and Copper Nicus
# by MateDow
#########################################################

event = {
	id = 172162
	random = no
	country = GER
	trigger = {
		event = 222015
		atwar = no
		}

	name = CEVTNAME_172162
	desc = CEVTDESC_172162
	style = 0

	date = { day = 17 month = may year = 1937 }
	offset = 10
	deathdate = { day = 30 month = december year = 1939 }

	action_a = {
		name = CEVTACTA_172162
		command = { type = coalpool value = 2500 }
		command = { type = steelpool value = 2500 }
		command = { type = oilpool value = 2500 }
		command = { type = sleepevent which = 222064 } #German Refusal Event
		}

	action_b = {
		name = CEVTACTB_172162
		command = { type = sleepevent which = 222063 } #Germans Share Tech Event
		}
}
#########################################################################
# 1500001 - Partisan attacks increase (by Copper Nicus)
#########################################################################
event = { 
	id = 172168
	random = no
	country = GER

	trigger = {
		random = 30
		atwar = yes
		exists = ENG
		exists = SOV
			control = { province = 527 data = GER } # Paris
			control = { province = 643 data = GER } # Warszawa
			control = { province = 602 data = GER } # Berlin, just in case
	}


	name = CEVTNAME_172168
	desc = CEVTDESC_172168
	style = 0

	date = { day = 1 month = january year = 1941 } # It take some time
	offset = 20 # Check for trigger conditions every 20 days
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = {
		name = CEVTACTA_172168
		command = { type = gain_tech which = 11511 } # Doctrine
	}

}



event = { 
	id = 172019
	random = no
	country = GER
	
	# The Neuschwabenland Antarctic Expedition
	
	name = CEVTNAME_172019
	desc = CEVTDESC_172019
	style = 0

	trigger = {
                atwar = no
	}

	date = { day = 1 month = april year = 1939 }
	offset = 30
	deathdate = { day = 29 month = august year = 1939 }

	action_a = {
		name = CEVTACTA_172019
		command = { type = influence value = 1 } # influence increases
		command = { type = supplies value = -100 }
	}
}



event = { 
	id = 172020
	random = no
	country = GER
	
	# The Second Neuschwabenland Antarctic Expedition - historically this was cancelled
	
	name = CEVTNAME_172020
	desc = CEVTDESC_172020
	style = 0

	trigger = {
		event = 172019
                atwar = no
	}


	date = { day = 1 month = april year = 1940 }
	offset = 30
	deathdate = { day = 29 month = august year = 1941 }

	action_a = {
		name = CEVTACTA_172020
		command = { type = influence value = 1 } # influence increases
		command = { type = start_research which = 1104 }
		command = { type = supplies value = -500 }
	}

	action_b = {
		name = CEVTACTB_172020
		command = { type = influence value = -1 } # influence decreases
	}

}

event = { 
	id = 172082
	random = no
	country = GER
	
	# The sinking of Wilhelm Gustloff
	
	name = CEVTNAME_172082
	desc = CEVTDESC_172082
	style = 0

	trigger = {
		control = { province = 645 data = SOV }
		control = { province = 646 data = SOV }
		control = { province = 650 data = SOV }
		war = { country = SOV country = GER }
	}


	date = { day = 1 month = january year = 1939 }
	offset = 1
	deathdate = { day = 29 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172082
		command = { type = dissent value = 1 }
		command = { type = manpowerpool value = -2 }
	}
}

event = { 
	id = 172083
	random = no
	country = GER
	
	# The sinking of General von Steuben
	
	name = CEVTNAME_172083
	desc = CEVTDESC_172083
	style = 0

	trigger = {
		event = 172082
		random = 5
	}


	date = { day = 1 month = january year = 1939 }
	offset = 1
	deathdate = { day = 29 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172083
		command = { type = dissent value = 1 }
		command = { type = manpowerpool value = -2 }
	}

}


event = { 
	id = 172084
	random = no
	country = GER
	
	# Coal exports to Italy
	
	name = CEVTNAME_172084
	desc = CEVTDESC_172084
	style = 0

	trigger = {
		NOT = {
		war = { country = GER country = ITA }
		war = { country = GER country = ENG }
		}
	}


        date = { day = 15 month = february year = 1936 }
        offset = 1
	deathdate = { day = 29 month = february year = 1936 }

	action_a = {
		name = CEVTACTA_172084
		command = { type = influence value = 1 }
		command = { type = coalpool value = -10000 } 
		command = { type = trigger which = 462078 } # Italy receives coal
	}
	action_b = {
		name = CEVTACTB_172084
		command = { type = influence value = -2 }
	}
}


event = { 
	id = 172085
	random = no
	country = GER
	
	# Coal exports to Italy
	
	name = CEVTNAME_172084
	desc = CEVTDESC_172084
	style = 0

	trigger = {
		NOT = {
		war = { country = GER country = ITA }
		war = { country = GER country = ENG }
		}
	}


        date = { day = 15 month = february year = 1937 }
        offset = 1
	deathdate = { day = 29 month = february year = 1937 }

	action_a = {
		name = CEVTACTA_172084
		command = { type = influence value = 1 }
		command = { type = coalpool value = -10000 } 
		command = { type = trigger which = 462078 } # Italy receives coal
	}
	action_b = {
		name = CEVTACTB_172084
		command = { type = influence value = -2 }
	}
}


event = { 
	id = 172086
	random = no
	country = GER
	
	# Coal exports to Italy
	
	name = CEVTNAME_172084
	desc = CEVTDESC_172084
	style = 0

	trigger = {
		NOT = {
		war = { country = GER country = ITA }
		war = { country = GER country = ENG }
		}
	}


	date = { day = 15 month = february year = 1938 }
	offset = 1
	deathdate = { day = 29 month = february year = 1938 }

	action_a = {
		name = CEVTACTA_172084
		command = { type = influence value = 1 }
		command = { type = coalpool value = -10000 } 
		command = { type = trigger which = 462078 } # Italy receives coal
	}
	action_b = {
		name = CEVTACTB_172084
		command = { type = influence value = -2 }
	}
}

event = { 
	id = 172087
	random = no
	country = GER
	
	# Coal exports to Italy
	
	name = CEVTNAME_172084
	desc = CEVTDESC_172084
	style = 0

	trigger = {
		NOT = {
		war = { country = GER country = ITA }
		war = { country = GER country = ENG }
		}
	}


        date = { day = 15 month = february year = 1939 }
        offset = 1
	deathdate = { day = 29 month = february year = 1939 }

	action_a = {
		name = CEVTACTA_172084
		command = { type = influence value = 1 }
		command = { type = coalpool value = -10000 } 
		command = { type = trigger which = 462078 } # Italy receives coal
	}
	action_b = {
		name = CEVTACTB_172084
		command = { type = influence value = -2 }
	}
}

event = { 
	id = 172088
	random = no
	country = GER
	
	# Coal exports to Italy
	
	name = CEVTNAME_172084
	desc = CEVTDESC_172084
	style = 0

	trigger = {
		NOT = {
		war = { country = GER country = ITA }
		war = { country = GER country = ENG }
		}
	}


        date = { day = 15 month = february year = 1940 }
        offset = 1
	deathdate = { day = 29 month = february year = 1940 }

	action_a = {
		name = CEVTACTA_172084
		command = { type = influence value = 1 }
		command = { type = coalpool value = -10000 } 
		command = { type = trigger which = 462078 } # Italy receives coal
	}
	action_b = {
		name = CEVTACTB_172084
		command = { type = influence value = -2 }
	}

}


event = { 
	id = 172089
	random = no
	country = GER
	
	# Coal exports to Italy
	
	name = CEVTNAME_172084
	desc = CEVTDESC_172089
	style = 0

	trigger = {
		war = { country = GER country = ENG }
		alliance = { country = GER country = ITA }
		owned = { province = 573 date = GER }
		owned = { province = 563 date = ITA }
	}

	date = { day = 1 month = june year = 1938 }
	offset = 15
	deathdate = { day = 29 month = january year = 1941 }

	action_a = {
		name = CEVTACTA_172089
		command = { type = influence value = 3 }
		command = { type = coalpool value = -10000 } 
		command = { type = trigger which = 462078 } # Italy receives coal
		command = { type = convoy which = 573 value = 563 when = 4 } 
	}

}


#############################################
# Commercial Agreement (part of M-R Pact)
#############################################

event = { 
	id = 172090
	random = no
	country = GER
	
	# Imports from USSR
	
	name = CEVTNAME_172090
	desc = CEVTDESC_172090
	style = 0

	trigger = {
		event = 2013
		random = 20
		exists = SOV
		NOT = {
		war = { country = GER country = SOV }
		}
	}

	date = { day = 1 month = june year = 1939 }
	offset = 5
	deathdate = { day = 29 month = december year = 1941 }

	action_a = {
		name = CEVTACTA_172090
		command = { type = trigger which = 222031 }
	}
	action_b = {
		name = CEVTACTB_172090
		command = { type = sleepevent which = 222032 }
		command = { type = sleepevent which = 222033 }
		command = { type = sleepevent which = 222034 }
		command = { type = sleepevent which = 222035 }
		command = { type = sleepevent which = 222036 }
		command = { type = sleepevent which = 222037 } 

	}
}


event = {
	id = 172091
	random = no
	persistent = yes
	country = GER

	# German resource imports from USSR

	name = CEVTNAME_172091
	desc = CEVTDESC_172091
	style = 0

	# Triggered by Soviet trade events

	action_a = {
		name = CEVTACTA_172091
		command = { type = oilpool value = 2500 }
		command = { type = rubberpool value = 1000 }
		command = { type = supplies value = -2000 }
		command = { type = dissent value = -2 }
	}
}

################################################
# Allied blockade of Germany
################################################

event = {
	id = 172092
	random = no
	country = GER

	# Allied blockade of Germany

	name = CEVTNAME_172092
	desc = CEVTDESC_172092
	style = 0

	trigger = {
		war = { country = GER country = ENG }
		random = 15
		NOT = {
		control = { province = 499 data = GER } # London has fallen
		control = { province = 922 data = GER } # La Rochelle - Germany has Atlantic ports
		alliance = { country = GER  country = SOV } # alliance with Soviets
		}
	}

        date = { day = 1 month = january year = 1936 }
        offset = 20
	deathdate = { day = 29 month = december year = 1940 }


	action_a = {
		name = CEVTACTA_172092
		command = { type = oilpool value = -500 }
		command = { type = steelpool value = -1000 }
		command = { type = rubberpool value = -500 }
		command = { type = dissent value = 1 } # shortages, rationing
		command = { type = sleepevent which = 172098 }
	}
}

event = {
	id = 172093
	random = no
	country = GER

	# Allied blockade of Germany

	name = CEVTNAME_172092
	desc = CEVTDESC_172092
	style = 0

	trigger = {
		war = { country = GER country = ENG }
		random = 10
		NOT = {
		control = { province = 499 data = GER } # London has fallen
		control = { province = 922 data = GER } # La Rochelle - Germany has Atlantic ports
		alliance = { country = GER  country = SOV } # alliance with Soviets
		}
	}

        date = { day = 1 month = january year = 1936 }
        offset = 30
	deathdate = { day = 29 month = december year = 1940 }


	action_a = {
		name = CEVTACTA_172092
		command = { type = oilpool value = -1000 }
		command = { type = steelpool value = -2000 }
		command = { type = rubberpool value = -1000 }
		command = { type = dissent value = 1 } # shortages, rationing
		command = { type = sleepevent which = 172099 }
	}
}

event = {
	id = 172094
	random = no
	country = GER

	# Allied blockade of Germany

	name = CEVTNAME_172092
	desc = CEVTDESC_172092
	style = 0

	trigger = {
		ai = no
		war = { country = GER country = ENG }
		random = 5
		NOT = {
		control = { province = 499 data = GER } # London has fallen
		control = { province = 922 data = GER } # La Rochelle - Germany has Atlantic ports
		alliance = { country = GER  country = SOV } # alliance with Soviets
		}
	}

        date = { day = 1 month = january year = 1936 }
        offset = 50
	deathdate = { day = 29 month = december year = 1940 }


	action_a = {
		name = CEVTACTA_172092
		command = { type = oilpool value = -2000 }
		command = { type = steelpool value = -4000 }
		command = { type = rubberpool value = -2000 }
		command = { type = dissent value = 2 } # shortages, rationing
		command = { type = sleepevent which = 172100 }
	}
}

##

event = {
	id = 172095
	random = no
	country = GER

	# Allied blockade of Germany

	name = CEVTNAME_172092
	desc = CEVTDESC_172092
	style = 0

	trigger = {
		war = { country = GER country = ENG }
		random = 15
		NOT = {
		control = { province = 499 data = GER } # London has fallen
		control = { province = 922 data = GER } # La Rochelle - Germany has Atlantic ports
		alliance = { country = GER  country = SOV } # alliance with Soviets
		}
	}

        date = { day = 1 month = january year = 1938 }
        offset = 20
	deathdate = { day = 29 month = december year = 1941 }


	action_a = {
		name = CEVTACTA_172092
		command = { type = oilpool value = -500 }
		command = { type = steelpool value = -1000 }
		command = { type = rubberpool value = -500 }
		command = { type = dissent value = 1 } # shortages, rationing
	}
}

event = {
	id = 172096
	random = no
	country = GER

	# Allied blockade of Germany

	name = CEVTNAME_172092
	desc = CEVTDESC_172092
	style = 0

	trigger = {
		war = { country = GER country = ENG }
		random = 10
		NOT = {
		control = { province = 499 data = GER } # London has fallen
		control = { province = 922 data = GER } # La Rochelle - Germany has Atlantic ports
		alliance = { country = GER  country = SOV } # alliance with Soviets
		}
	}

        date = { day = 1 month = january year = 1938 }
        offset = 30
	deathdate = { day = 29 month = december year = 1941 }


	action_a = {
		name = CEVTACTA_172092
		command = { type = oilpool value = -1000 }
		command = { type = steelpool value = -2000 }
		command = { type = rubberpool value = -1000 }
		command = { type = dissent value = 1 } # shortages, rationing
	}
}

event = {
	id = 172097
	random = no
	country = GER

	# Allied blockade of Germany

	name = CEVTNAME_172092
	desc = CEVTDESC_172092
	style = 0

	trigger = {
		ai = no
		war = { country = GER country = ENG }
		random = 5
		NOT = {
		control = { province = 499 data = GER } # London has fallen
		control = { province = 922 data = GER } # La Rochelle - Germany has Atlantic ports
		alliance = { country = GER  country = SOV } # alliance with Soviets
		}
	}

        date = { day = 1 month = january year = 1938 }
        offset = 50
	deathdate = { day = 29 month = december year = 1941 }


	action_a = {
		name = CEVTACTA_172092
		command = { type = oilpool value = -2000 }
		command = { type = steelpool value = -4000 }
		command = { type = rubberpool value = -2000 }
		command = { type = dissent value = 2 } # shortages, rationing
	}
}


##

event = {
	id = 172098
	random = no
	country = GER

	# Allied blockade of Germany

	name = CEVTNAME_172092
	desc = CEVTDESC_172092
	style = 0

	trigger = {
		war = { country = GER country = ENG }
		random = 15
		NOT = {
		control = { province = 499 data = GER } # London has fallen
		control = { province = 922 data = GER } # La Rochelle - Germany has Atlantic ports
		alliance = { country = GER  country = SOV } # alliance with Soviets
		}
	}

        date = { day = 1 month = january year = 1940 }
        offset = 20
	deathdate = { day = 29 month = december year = 1943 }


	action_a = {
		name = CEVTACTA_172092
		command = { type = oilpool value = -500 }
		command = { type = steelpool value = -1000 }
		command = { type = rubberpool value = -500 }
		command = { type = dissent value = 1 } # shortages, rationing
	}
}

event = {
	id = 172099
	random = no
	country = GER

	# Allied blockade of Germany

	name = CEVTNAME_172092
	desc = CEVTDESC_172092
	style = 0

	trigger = {
		war = { country = GER country = ENG }
		random = 10
		NOT = {
		control = { province = 499 data = GER } # London has fallen
		control = { province = 922 data = GER } # La Rochelle - Germany has Atlantic ports
		alliance = { country = GER  country = SOV } # alliance with Soviets
		}
	}

        date = { day = 1 month = january year = 1940 }
        offset = 30
	deathdate = { day = 29 month = december year = 1943 }


	action_a = {
		name = CEVTACTA_172092
		command = { type = oilpool value = -1000 }
		command = { type = steelpool value = -2000 }
		command = { type = rubberpool value = -1000 }
		command = { type = dissent value = 1 } # shortages, rationing
	}
}

event = {
	id = 172100
	random = no
	country = GER

	# Allied blockade of Germany

	name = CEVTNAME_172092
	desc = CEVTDESC_172092
	style = 0

	trigger = {
		ai = no
		war = { country = GER country = ENG }
		random = 5
		NOT = {
		control = { province = 499 data = GER } # London has fallen
		control = { province = 922 data = GER } # La Rochelle - Germany has Atlantic ports
		alliance = { country = GER  country = SOV } # alliance with Soviets
		}
	}

        date = { day = 1 month = january year = 1940 }
        offset = 50
	deathdate = { day = 29 month = december year = 1943 }


	action_a = {
		name = CEVTACTA_172092
		command = { type = oilpool value = -2000 }
		command = { type = steelpool value = -4000 }
		command = { type = rubberpool value = -2000 }
		command = { type = dissent value = 2 } # shortages, rationing
	}
}


event = { 
	id = 172113
	random = no
	country = GER
	
	# The Dambusters
	
	name = CEVTNAME_172113
	desc = CEVTDESC_172113
	style = 0

	trigger = {
		event = 272079
                random = 20
		NOT = {
		event = 172114
		}
	}


        date = { day = 1 month = april year = 1943 }
        offset = 1
	deathdate = { day = 29 month = september year = 1943 }

	action_a = {
		name = CEVTACTA_172113
		command = { type = sleepevent which = 172114 } 
		command = { type = supplies value = -500 }
		command = { type = dissent value = 1 }
		command = { type = industry which = 559 value = -2 } # Essen
		command = { type = infrastructure which = 559 value = -10 }
	}
}

event = { 
	id = 172114
	random = no
	country = GER
	
	# The Dambusters
	
	name = CEVTNAME_172114
	desc = CEVTDESC_172114
	style = 0

	trigger = {
		event = 272079
                random = 20
		NOT = {
		event = 172113
		}
	}


	date = { day = 1 month = april year = 1943 }
	offset = 1
	deathdate = { day = 29 month = september year = 1943 }

	action_a = {
		name = CEVTACTA_172114
		command = { type = sleepevent which = 172113 } 
		command = { type = supplies value = -50 }
	}
}

##############################################
# 172118 Hitlers Birthday Military Parade (by Ghost_dk)
##############################################

event = { 
	id = 172118
	random = no
	country = GER

	trigger = {
		atwar = no
		}

	name = CEVTNAME_172118
	desc = CEVTDESC_172118

	date = { day = 20 month = april year = 1939 }
	
	action_a = {
		name = CEVTACTA_172118
		command = { type = dissent value = -2 }
		command = { type = supplies value = -500 }
		command = { type = warentry which = FRA value = 3 }
		command = { type = warentry which = ENG value = 3 }
		}
}

#################################
# Hitler vistits Finland (by Ghost_dk)
#################################
event = {
	id = 172119
	random = no
	country = GER

	trigger = {
		exists = FIN
		
		NOT = { 
			ispuppet = FIN
			alliance = { country = GER country = FIN }
			war = { country = GER country = FIN }
		}
	}
	name = CEVTNAME_172119
	desc = CEVTDESC_172119
	style = 0

	date = { day = 4 month = july year = 1942 }
	offset = 1
	deathdate = { day = 6 month = july year = 1942 }

	action_a = {
		name = CEVTACTA_172119
		command = { type = trigger which = 1002052 }
		command = { type = influence value = -3 }
		}
}
#########################################
# Ryti - Ribbentrop Proposal (by Ghost_dk)
#########################################

event = {
	id = 172120
	random = no
	country = GER 

	trigger = {
		war = { country = SOV country = GER }
		war = { country = FIN country = SOV }
		event = 2628
		control = { province = 846 data = SOV } # moskva
		control = { province = 781 data = SOV } # smolensk
		control = { province = 775 data = SOV } # Kiev
		control = { province = 862 data = SOV } # sevastapol
		control = { province = 788 data = SOV } # Leningrad
		NOT = {
			puppet = { country = FIN country = GER }
			}
		}
	name = CEVTNAME_172120
	desc = CEVTDESC_172120
	style = 0

	date = { day = 30 month = august year = 1942 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172120
		command = { type = trigger which = 1002053 }
		command = { type = influence value = -3 }
		}
	action_b = { 
		name = CEVTACTB_172120
		command = { type = influence value = -1 }
		command = { type = sleepevent which = 1002053 }
		}
}
#########################################
# Finland Agrees (by Ghost_dk)
#########################################

event = {
	id = 172121
	random = no
	country = GER

	# triggered by FIN 1002053

	name = CEVTNAME_172121
	desc = CEVTDESC_172121
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = influence value = 5 }
		command = { type = supplies value = -1500 }
		command = { type = sleepevent which = 172122 }
		}
}
#########################################
# Finland refuses (by Ghost_dk)
#########################################

event = {
	id = 172122
	random = no
	country = GER

	# triggered by FIN 1002053

	name = CEVTNAME_172122
	desc = CEVTDESC_172122
	style = 0

	action_a = {
		name = CEVTACTA_OK
		command = { type = influence value = -2 }
		command = { type = sleepevent which = 172122 }
		}
}
#########################################
# Refuse to let Finland aid pass throught Germany (by Ghost_dk)
#########################################

event = {
	id = 172123
	random = no
	country = GER

	trigger = { 
		event = 2621
		war = { country = SOV country = FIN }
		NOT = { 
			event = 2628
			war = { contry = SOV country = GER }
			}
		}
	name = CEVTNAME_172123
	desc = CEVTDESC_172123
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172123
		command = { type = influence value = -1 }
		}
	action_b = { 
		name = CEVTACTB_172123
		command = { type = influence value = 1 }
		command = { type = sleepevent which = 172124 }
		}
}
#########################################
# Stop italian Finland aid (by Ghost_dk)
#########################################


event = { 
	id = 172124
	random = no
	country = GER

	# triggered by ITA 462083

	name = CEVTNAME_172124
	desc = CEVTDESC_172124
	style = 0

	action_a = { 
		name = CEVTACTA_172124
		command = { type = trigger which = 462084 }
		command = { type = influence value = -1 }
		}
}
#########################################
# Italy protests (by Ghost_dk)
#########################################

event = {
	id = 172125
	random = no
	country = GER

	# triggered by ITA 462084

	name = CEVTNAME_172125
	desc = CEVTDESC_172125
	style = 0

	action_a = {
		name = CEVTACTA_172125
		command = { type = influence value = -2 }
		command = { type = sleepevent which = 1002082 }
		}
	action_b = { 
		name = CEVTACTB_172125
		command = { type = influence value = -1 }
		command = { type = trigger which = 1002082 }
		}
}
##########################################
# Mannerheim Refuses Alliance(GER) (by Ghost_dk)
##########################################

event = {
	id = 172126
	random = no
	country = GER

	# triggered by FIN 1002052

	name = CEVTNAME_172126
	desc = CEVTDESC_172126
	style = 0

	action_a = {
		name = CEVTACTA_OK
		command = { }
		}
}
#########################################
# Mannerheim Agrees to Alliance(GER) (by Ghost_dk)
#########################################

event = { 
	id = 172127
	random = no
	country = GER

	# triggered by FIN 1002052

	name = CEVTNAME_172127
	desc = CEVTDESC_172127
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { }
		}
}

event = { 
	id = 172167
	random = no
	country = GER
	
	name = CEVTNAME_172167
	desc = CEVTDESC_172167
	style = 0

	trigger = {
		random = 20
		war = { country = GER country = ENG }
		NOT = {
			war = { country = JAP country = ENG }
                  }   
	}

        date = { day = 4 month = november year = 1940 }
        offset = 10
	deathdate = { day = 25 month = january year = 1941 }

	action_a = {
		name = CEVTACTA_172167
		command = { type = influence value = 3 }
		command = { type = trigger which = 492050 }
	}
	action_b = {
		name = CEVTACTB_172167
		command = {  }
	}
}

# New German events for the political events pack #

##################################
# 172140 (GER)Switzerland disbands National Socialist organization(by Ghost_dk)
##################################

event = {
	id = 172140
	random = no
	country = GER

	# triggered by SCH 652020

	name = CEVTNAME_172140
	desc = CEVTDESC_172140
	style = 0
	
	action_a = {
		name = CEVTACTA_172140
		command = { type = influence value = -1 }
		}
}
###############################
# 172141 (GER)Germany suggest trade agreement with Yugoslavia(by Ghost_dk)
###############################

event = {
	id = 172141
	random = no
	country = GER

	trigger = {
		exists = YUG
		NOT = {
			war = { country = YUG country = GER }
			}
		}
	name = CEVTNAME_172141
	desc = CEVTDESC_172141
	style = 0

	date = { day = 1 month = may year = 1936 }
	
	action_a = {
		name = CEVTACTA_172141
		command = { type = influence value = 1 }
		command = { type = trigger which = 752170 }
		}
}
##############################
# 172142 (GER)Yugoslavia agrees(by Ghost_dk)
##############################

event = {
	id = 172142
	random = no
	country = GER

	# triggered by YUG 752170

	name = CEVTNAME_172142
	desc = CEVTDESC_172142
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = supplies value = -1000 }
		command = { type = steelpool value = 1500 }
		command = { type = sleepevent which = 172143 }
		}
}
############################
# 172143 (GER)Yugoslavia declines(by Ghost_dk)
############################

event = {
	id = 172143
	random = no
	country = GER

	# triggered by YUG 752170

	name = CEVTNAME_172143
	desc = CEVTDESC_172143
	style = 0

	action_a = { 
		name = CEVTACTA_OK
		command = { }
		}
}
#############################
# 172144 (GER)Germany adopts conscription laws(by Ghost_dk)
#############################

event = {
	id = 172144
	random = no
	country = GER

	trigger = { 
		government = fascist
		}
	name = CEVTNAME_172144
	desc = CEVTDESC_172144
	style = 0

	date = { day = 24 month = august year = 1936 }
	offset = 15
	deathdate = { day = 29 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172144
		command = { type = dissent value = 2 }
		command = { type = manpowerpool value = 300 }
		}
}
#############################
# 172145 (GER)Hitler denounces communism(by Ghost_dk)
#############################

event = { 
	id = 172145
	random = no
	country = GER

	trigger = {
		government = fascist
		headofstate = 1
		NOT = {
			alliance = { country = GER country = SOV }
			}
		}
	name = CEVTNAME_172145
	desc = CEVTDESC_172145
	style = 0
	
	date = { day = 1 month = september year = 1936 }

	action_a = { 
		name = CEVTACTA_172145
		command = { type = alignment which = communist value = -30 }
		}
}

#############################
# 172146 (GER) Take control of waterways (by Ghost_dk)
#############################

event= {
	id = 172146
	random = no
	country = GER

	trigger = {
		random = 20
		government = fascist
		atwar = no
		}
	name = CEVTNAME_172146
	desc = CEVTDESC_172146
	style = 0

	date = { day = 14 month = september year = 1936 }
	offset = 30
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172146
		command = { type = influence value = 5 }
		command = { type = manpowerpool value = -25 }
		command = { type = supplies value = -250 }
		command = { type = trigger which = 652026 }
		command = { type = trigger which = 432052 }
		command = { type = trigger which = 752171 } # event corrected, used to trigger Yug-Bul Friendship Treaty
		}
	action_b = {
		name = CEVTACTB_172146
		command = { type = influence value = -1 }
		command = { type = dissent value = 1 }
		command = { type = sleepevent which = 652026 }
		command = { type = sleepevent which = 432052 }
		command = { type = sleepevent which = 752172 }
		command = { type = sleepevent which = 172147 }
		command = { type = sleepevent which = 172148 } 
		command = { type = sleepevent which = 172149 }
		}
}


################################
# 172147 (GER)French protest (by Ghost_dk)
################################

event = { 
	id = 172147
	random = no
	country = GER

	# triggered by FRA 432052

	name = CEVTNAME_172147
	desc = CEVTDESC_172147
	style = 0

	action_a = { 
		name = CEVTACTA_OK
		command = { type = influence value = -1 }
		}
}
################################
# 172148 (GER)Chechoslovakian protest(by Ghost_dk)
################################

event = { 
	id = 172148
	random = no
	country = GER

	# triggered by CZE 652026

	name = CEVTNAME_172148
	desc = CEVTDESC_172148
	style = 0

	action_a = { 
		name = CEVTACTA_OK
		command = { type = influence value = -1 }
		}
}
################################
# 172149 (GER)Yugoslavian Protest(by Ghost_dk)
################################

event = { 
	id = 172149
	random = no
	country = GER 

	# triggered by YUG 752172

	name = CEVTNAME_172149
	desc = CEVTDESC_172149
	style = 0

	action_a = { 
		name = CEVTACTA_OK
		command = { type = influence value = -1 }
		}
}

#########################################################################
#  Allied conquest of North Africa, German Resoponse (by OHGamer)
#########################################################################
event = {  
            id = 172150
            random = no
            country = GER

	   trigger = {
		exists = VIC
		control = { province = 1077 data = FRA }
		     }

            name = CEVTNAME_172150
            desc = CEVTDESC_172150

            style = 0
                     
            date = { day = 1 month = september year = 1940 }
            offset = 4
            deathdate = { day = 30 month = december year = 1947 }
            
            action_a = { 
                        name = CEVTACTA_172150
                        command = { type = trigger which = 432098 }
           }
            action_b = { 
                        name = CEVTACTB_172150
                        command = { }
	          }

}



#########################################################################
#  Sending German Forces Into Tunisia (by OHGamer)
#########################################################################
event = {  
            id = 172151
            random = no
            country = GER

	   trigger = {
		exists = VIC
		control = { province = 1081 data = GER }
		     }

            name = CEVTNAME_172151
            desc = CEVTDESC_172151

            style = 0
                            
           action_a = { 
            name = CEVTNAME_172151
		command = { type = add_division which = motorized when = 1081 } # motorized div
		command = { type = add_division which = motorized when = 1081 } # motorized div
		command = { type = add_division which = motorized when = 1081 } # motorized div
		command = { type = add_division which = motorized when = 1081 } # motorized div
		command = { type = add_division which = motorized when = 1081 } # motorized div
		command = { type = add_division which = motorized when = 1081 } # motorized div
		command = { type = add_division which = motorized when = 1081 } # motorized div
		command = { type = add_division which = motorized when = 1081 } # motorized div
		command = { type = convoy which = 929 value = 1081 when = 1 }
		command = { type = convoy which = 929 value = 1081 when = 1 }
		command = { type = convoy which = 929 value = 1081 when = 1 }
		command = { type = convoy which = 929 value = 1081 when = 1 }
		command = { type = convoy which = 929 value = 1081 when = 1 }
		command = { type = convoy which = 929 value = 1081 when = 16 }
		command = { type = convoy which = 929 value = 1081 when = 16 }
		command = { type = convoy which = 929 value = 1081 when = 16 }
             }
}

#############################
# 172152 (GER)2nd German State visit to Italy(by Ghost_dk)
#############################

event = { 
	id = 172152
	random = no
	country = GER

	trigger = { 
		event = 2001
		NOT = { 
			war = { country = GER country = ITA }
			}
		}
	name = CEVTNAME_172152
	desc = CEVTDESC_172152
	style = 0
	
	date = { day = 3 month = may year = 1938 }

	action_a = {
		name = CEVTACTA_172152
		command = { type = influence value = -3 }
		command = { type = trigger which = 462105 }
		}
}
#################################
# 172153 (GER)German Labour Decree(by Ghost_dk)
#################################

event = {
	id = 172153
	random = no
	country = GER

	trigger = {
		atwar = no
		}
	name = CEVTNAME_172153
	desc = CEVTDESC_172153
	style = 0

	date = { day = 0 month = july year = 1938 }

	action_a = { 
		name = CEVTACTA_172153
		command = { type = dissent value = 2 }
		command = { type = industry which = -1 value = 1 }
		command = { type = industry which = -1 value = 1 }
		}
}
############################
# 172154 (GER)Hungarian State Visit to Germany(by Ghost_dk)
############################

event = {
	id = 172154
	random = no
	country = GER

	# triggered by HUN 702084

	name = CEVTNAME_172154
	desc = CEVTDESC_172154
	style = 0

	action_a = {
		name = CEVTACTA_172154
		command = { type = supplies value = -100 }
		}
}
#############################
# 172155 (GER)German Military Maneuvers(by Ghost_dk)
#############################

event = {
	id = 172155
	random = no
	country = GER

	trigger = {
		event = 2001
		atwar = no
		}
	name = CEVTNAME_172155
	desc = CEVTDESC_172155
	style = 0

	date = { day = 11 month = august year = 1938 }
	offset = 2 
	deathdate = { day = 29 month = august year = 1938 }

	action_a = {
		name = CEVTACTA_172155
		command = { type = influence value = 1 }
		command = { type = supplies value = -2000 }
		}
}
################################
# 172156 (GER)Yugoslav Regent visit to Germany(by Ghost_dk)
################################

event = {
	id = 172156
	random = no
	country = GER

	# triggered by YUG 752183

	name = CEVTNAME_172156
	desc = CEVTDESC_172156
	style = 0

	action_a = {
		name = CEVTACTA_172156
		command = { type = supplies value = 100 }
		command = { type = influence value = 1 }
		}
}
################################
# 172157 (GER)German-Scandinavian Non-agression Pact(by Ghost_dk)
################################

event = {
	id = 172157
	random = no
	country = GER

	trigger = {
		atwar = no
		}
	name = CEVTNAME_172157
	desc = CEVTDESC_172157
	style = 0

	date = { day = 16 month = may year = 1939 }

	action_a = {
		name = CEVTACTA_172157
		command = { type = influence value = -6 }
		command = { type = warentry which = FRA value = -3 }
		command = { type = warentry which = FRA value = -3 }
		command = { type = trigger which = 1002133 }
		command = { type = trigger which = 1002134 }
		command = { type = trigger which = 1002135 }
		command = { type = trigger which = 1002136 }
		command = { type = trigger which = 702086 }
		command = { type = trigger which = 702087 }
		}
	action_b = {
		name = CEVTACTB_172157
		command = { type = warentry which = FRA value = 3 }
		command = { type = warentry which = FRA value = 3 }
		}
}
################################
# 172158 (GER)Estonia agrees(by Ghost_dk)
################################

event = {
	id = 172158
	random = no
	country = GER

	# triggered by EST 702086

	name = CEVTNAME_172158
	desc = CEVTDESC_172158
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { }
		}
}
################################
# 172159 (GER)Estonia refuses(by Ghost_dk)
################################

event = {
	id = 172159
	random = no
	country = GER

	# triggered by EST 702086

	name = CEVTNAME_172159
	desc = CEVTDESC_172159
	style = 0

	action_a = {
		name = CEVTACTA_172159
		command = { }
		}
}
################################
# 172160 (GER)Latvia agrees(by Ghost_dk)
################################

event = {
	id = 172160
	random = no
	country = GER

	# triggered by LAT 702087

	name = CEVTNAME_172160
	desc = CEVTDESC_172160
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { }
		}
}
################################
# 172161 (GER)Latvia refuses(by Ghost_dk)
################################

event = {
	id = 172161
	random = no
	country = LAT

	# triggered by LAT 702087

	name = CEVTNAME_172161
	desc = CEVTDESC_172161
	style = 0

	action_a = {
		name = CEVTACTA_172161
		command = { }
		}
}
################################
# 172163 (GER)Prohibition of Foreign Political Activity in Southwest Africa(by Ghost_dk)
################################

event = {
	id = 172163
	random = no
	country = GER 

	# triggered by SAF 372035

	name = CEVTNAME_172163
	desc = CEVTDESC_172163
	style = 0

	action_a = {
		name = CEVTACTA_172163
		command = { type = influence value = -1 }
		command = { type = trigger which = 372036 }
		}
}
################################
# 172171 (GER)Franco-German Pact(by Ghost_dk)
################################

event = {
	id = 172171
	random = no
	country = GER

	trigger = { 
		atwar = no
		}
	name = CEVTNAME_172171
	desc = CEVTDESC_172171
	style = 0

	date = { day = 5 month = december year = 1938  }

	action_a = {
		name = CEVTACTA_172171
		command = { type = influence value = -2 }
		command = { type = trigger which = 432106 }
		}
	action_b = {
		name = CEVTACTB_172171
		command = { type = sleepevent which = 432102 }
		command = { type = sleepevent which = 172172 }
		}	
}
##############################
# 172172 (GER)France Rejects Pact(by Ghost_dk)
##############################

event = {
	id = 172172
	random = no
	country = GER

	# triggered by FRA 432067

	name = CEVTNAME_172172
	desc = CEVTDESC_172172
	style = 0

	action_a = {
		name = CEVTACTA_172172
		command = { }
		}
}
################################
# 172173 (GER)German Renunciation of Anglo-German Naval Treaty of 1935(by Ghost_dk)
################################

event = {
	id = 172173
	random = no
	country = GER

	trigger = {
		atwar = no
		NOT = {
			alliance = { country = GER country = ENG }
			}
		}
	name = CEVTNAME_172173
	desc = CEVTDESC_172173
	style = 0

	date = { day = 27 month = april year = 1939 }

	action_a = {
		name = CEVTACTA_172173
		command = { type = influence value = 1 }
		command = { type = trigger which = 272163 }
		command = { type = trigger which = 172174 }
		command = { type = dissent value = -1 }
		}
}
################################
# 172174 (GER)German Renunciation of German-Polish Non-Aggression Pact of 1934(by Ghost_dk)
################################

event = {
	id = 172174
	random = no
	country = GER

	# triggered by GER 172173

	name = CEVTNAME_172174
	desc = CEVTDESC_172174
	style = 0

	action_a = {
		name = CEVTACTA_172174
		command = { type = influence value = 1 }
		command = { type = trigger which = 702098 }
		}
}
################################
# 172175 (GER)Denmark agrees(by Ghost_dk)
################################

event = {
	id = 172175
	random = no
	country = GER

	# triggered by DEN 1002131

	name = CEVTNAME_172175
	desc = CEVTDESC_172175
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { }
		}
}
################################
# 172176 (GER)Denmark Refuses(by Ghost_dk)
################################

event = {
	id = 172176
	random = no
	country = GER

	# triggered by DEN 1002131

	name = CEVTNAME_172176
	desc = CEVTDESC_172176
	style = 0

	action_a = {
		name = CEVTACTA_172176
		command = { }
		}
}
################################
# 172177 (GER)Norway agrees(by Ghost_dk)
################################

event = {
	id = 172177
	random = no
	country = GER

	# triggered by NOR 1002132

	name = CEVTNAME_172177
	desc = CEVTDESC_172177
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { }
		}
}
################################
# 172178 (GER)Norway Refuses(by Ghost_dk)
################################

event = {
	id = 172178
	random = no
	country = GER

	# triggered by NOR 1002132

	name = CEVTNAME_172178
	desc = CEVTDESC_172178
	style = 0

	action_a = {
		name = CEVTACTA_172178
		command = { }
		}
}
################################
# 172179 (GER)Sweden agrees(by Ghost_dk)
################################

event = {
	id = 172179
	random = no
	country = GER

	# triggered by SWE 1002133

	name = CEVTNAME_172179
	desc = CEVTDESC_172179
	style = 0

	action_a = {
		name = CEVTACTA_172179
		command = { }
		}
}
################################
# 172180 (GER)Sweden Refuses(by Ghost_dk)
################################

event = {
	id = 172180
	random = no
	country = GER

	# triggered by SWE 1002133

	name = CEVTNAME_172180
	desc = CEVTDESC_172180
	style = 0

	action_a = {
		name = CEVTACTA_172180
		command = { }
		}
}
################################
# 172181 (GER)Finland agrees(by Ghost_dk)
################################

event = {
	id = 172181
	random = no
	country = GER

	# triggered by FIN 1002134

	name = CEVTNAME_172181
	desc = CEVTDESC_172181
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { }
		}
}
################################
# 172182 (GER)Finland Refuses(by Ghost_dk)
################################

event = {
	id = 172182
	random = no
	country = GER

	# triggered by FIN 1002134

	name = CEVTNAME_172182
	desc = CEVTDESC_172182
	style = 0

	action_a = {
		name = CEVTACTA_172182
		command = { }
		}
}
################################
# 172184 (GER)Oiltrade with Mexico(by Ghost_dk)
################################

event = {
	id = 172184
	random = no
	country = GER

	# triggered by MEX 602048

	name = CEVTNAME_172184
	desc = CEVTDESC_172184
	style = 0

	action_a = {
		name = CEVTACTA_172184
		command = { type = steelpool value = -400 }
		command = { type = supplies value = -400 }
		command = { type = oilpool value = 500 }
		command = { type = trigger which = 602051 }
		command = { type = sleepevent which = 602054 }
		}
	action_b = {
		name = CEVTACTB_172184
		command = { type = trigger which = 602054 }
		command = { type = sleepevent which = 602051 }
		}
}
############################
# 172187 (GER)Mexican Protest to Anschluss(Ghost_dk)
############################

event = {
	id = 172187
	random = no
	country = GER

	# triggered by MEX 602056

	name = CEVTNAME_172187
	desc = CEVTDESC_172187
	style = 0

	action_a = {
		name = CEVTACTA_172187
		command = { }
	}
}
#############################
# 172188 (GER)Non-Agression pact with Turkey(by Ghost_dk)
#############################

event = {
	id = 172188
	random = no
	country = GER

	trigger = {
		exists = TUR
		NOT = { war = { country = GER country = TUR } }
		NOT = { 
			war = { country = GER country = SOV }
			atwar = TUR
			alliance = { country = ENG country = TUR }
			alliance = { country = GER country = TUR }
			alliance = { country = SOV country = TUR }
			}
		}

	name = CEVTNAME_172188
	desc = CEVTDESC_172188
	style = 0

	date = { day = 17 month = june year = 1941 }

	action_a = {
		name = CEVTACTA_172188
		command = { type = influence value = -2 }
		command = { type = trigger which = 902063 }
		}
	action_b = {
		name = CEVTACTB_172188
		command = { type = sleepevent which = 902063 }
		}
}
#############################
# 172189 (GER)Turkey signs non-agression pact(by Ghost_dk)
#############################

event = {
	id = 172189
	random = no
	country = GER

	# triggered by TUR 902063

	name = CEVTNAME_172189
	desc = CEVTDESC_172189
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = influence value = 1 }
		}
}
##############################
# 172190 (GER)Turkey refuses to sign non-agression pact(by Ghost_dk)
##############################

event = {
	id = 172190
	random = no
	country = GER

	# triggered by TUR 902063

	name = CEVTNAME_172190
	desc = CEVTDESC_172190
	style = 0

	action_a = {
		name = CEVTACTA_172190
		command = { }
		}
}
#############################
# 172191 (GER)Vichy French work Decree(by Ghost_dk)
#############################

event = {
	id = 172191
	random = no
	country = GER

	# triggered by VIC 432072

	name = CEVTNAME_172191
	desc = CEVTDESC_172191
	style = 0

	action_a = {
		name = CEVTACTA_172191
		command = { type = manpowerpool value = 50 }
		}
}

###############################
#German Occupation of the West (and Poland)
#by JRaup
###############################

###############################
#German Occupation of France-Vichy exists
#by Jraup
###############################

event = {
	id = 172196
	random = no
	country = GER

	trigger = {
		war = { country = GER country = FRA }
		random = 40
		exists = VIC
		control = { province = 527 data = GER } #Paris
		control = { province = 602 data = GER } #Berlin-just in case
		}

	name = CEVTNAME_172196
	desc = CEVTDESC_172196
	style = 0

	date = { day = 1 month = march year = 1936 }
	offset = 30
	deathdate = { day = 30 month = december year = 1942 }

	action_a = {
		name = CEVTACTA_172196
		command = { type = manpowerpool value = -25 } #Loss of Mp to establish control
		command = { type = dissent value = 1 }
		command = { type = industry which = 522 value = -1 } #Rouen-Resistance efforts
		command = { type = industry which = 533 value = -1 } #Rennes-Resistance efforts
		command = { type = industry which = 525 value = -1 } #Troyes-Resistance efforts
		command = { type = sleepevent which = 172211 } #Mobilization w/No Vichy
		command = { type = sleepevent which = 172197 } #No Vichy Occupation
		}

	action_b = {
		name = CEVTACTB_172196
		command = { type = manpowerpool value = -35 }
		command = { type = influence value = -3 } #International outrage
		command = { type = dissent value = 5 }
		command = { type = sleepevent which = 172197 }
		command = { type = sleepevent which = 172211 } #Mobilization w/No Vichy
		}

	action_c = {
		name = CEVTACTC_172196
		command = { type = manpowerpool value = -15 }
		command = { type = influence value = 5 } #Kinder gentler occupation
		command = { type = industry which = 522 value = -2 }
		command = { type = industry which = 533 value = -2 }
		command = { type = industry which = 525 value = -2 }
		command = { type = sleepevent which = 172197 }
		command = { type = sleepevent which = 172204 } #Mobilization of occupation forces
		command = { type = sleepevent which = 172211 } #Mobilization w/No Vichy
		}

	}

##############################
#German occupation of France-No Vichy
#by JRaup
##############################

event = {
	id = 172197
	random = no
	country = GER

	trigger = {
		war = { country = GER country = FRA }
		control = { province = 527 data = GER } #Paris
		control = { province = 602 data = GER } #Berlin-just in case
		control = { province = 522 data = GER } #Rouen
		control = { province = 529 data = GER } #Reims
		control = { province = 531 data = -1 } #Caen
		control = { province = 532 data = -1 } #Cherbourg
		control = { province = 542 data = -1 } #Colmar-Maginot Line
		control = { province = 543 data = -1 } #Nancy
		control = { province = 544 data = -1 } #Dijon
		control = { province = 554 data = -1 } #Metz-Maginot Line
		control = { province = 915 data = -1 } #Vichy
		control = { province = 929 data = -1 } #Marseilles
		control = { province = 948 data = -1 } #Bordeaux
		control = { province = 944 data = -1 } #Toulouse
		control = { province = 555 data = -1 } #Strasbourg-Maginot Line
		NOT = {
			exists = VIC
			}
		}

	name = CEVTNAME_172197
	desc = CEVTDESC_172197
	style = 0

	date = { day = 1 month = february year = 1936 }
	offset = 30
	deathdate = { day = 30 month = december year = 1943 }

	action_a = {
		name = CEVTACTA_172196
		command = { type = manpowerpool value = -35 }
		command = { type = dissent value = 1 }
		command = { type = industry which = 522 value = -1 } #Rouen
		command = { type = industry which = 533 value = -1 } #Rennes
		command = { type = industry which = 525 value = -1 } #Troyes
		command = { type = industry which = 915 value = -1 } #Vichy
		command = { type = industry which = 929 value = -1 } #Marseille
		command = { type = land_fort which = 542 value = -4 } #Colmar-sabotage of Maginot
		command = { type = land_fort which = 554 value = -4 } #Metz-sabotage of Maginot
		command = { type = land_fort which = 555 value = -4 } #Strasbourg-sabotage of Maginot
		command = { type = sleepevent which = 172196 } #Occupation w/ Vichy
		command = { type = sleepevent which = 172204 } #Mobilization w/ Vichy
		}

	action_b = {
		name = CEVTACTB_172196
		command = { type = manpowerpool value = -45 }
		command = { type = dissent value = 10 }
		command = { type = influence value = -8 } #International outrage
		command = { type = land_fort which = 542 value = -1 } #Colmar-sabotage of Maginot
		command = { type = land_fort which = 554 value = -1 } #Metz-sabotage of Maginot
		command = { type = land_fort which = 555 value = -1 } #Strasbourg-sabotage of Maginot
		command = { type = sleepevent which = 172196 } #Occupation w/ Vichy
		command = { type = sleepevent which = 172204 } #Mobilization w/Vichy
		}

	action_c = {
		name = CEVTACTC_172196
		command = { type = manpowerpool value = -20 }
		command = { type = influence value = 6 } #Kinder gentler occupation
		command = { type = industry which = 522 value = -3 } #Rouen
		command = { type = industry which = 533 value = -3 } #Rennes
		command = { type = industry which = 525 value = -3 } #Troyes
		command = { type = industry which = 915 value = -3 } #Vichy
		command = { type = industry which = 929 value = -3 } #Marseille
		command = { type = land_fort which = 542 value = -8 } #Colmar-sabotage of Maginot
		command = { type = land_fort which = 554 value = -8 } #Metz-sabotage of Maginot
		command = { type = land_fort which = 555 value = -8 } #Strasbourg-sabotage of Maginot
		command = { type = sleepevent which = 172196 } #Occupation w/ Vichy
		command = { type = sleepevent which = 172204 } #Mobilization w/ Vichy
		command = { type = sleepevent which = 172211 } #Mobilization w/o Vichy
		}

	}

#####################
#Occupation of Belgium
#by JRaup
#####################

event = {
	id = 172198
	random = no
	country = GER

	trigger = {
		war = { country = GER country = BEL }
		control = { province = 557 data = GER } #Arlon
		control = { province = 552 data = GER } #Bruxelles
		control = { province = 548 data = GER } #Antwerpen
		control = { province = 602 data = GER } #Berlin
		}

	name = CEVTNAME_172198
	desc = CEVTDESC_172198
	style = 0

	date = { day = 1 month = february year = 1936 }
	offset = 30
	deathdate = { day = 30 month = december year = 1942 }

	action_a = {
		name = CEVTACTA_172198
		command = { type = manpowerpool value = -7 } #loss of MP to establish control
		command = { type = industry which = 552 value = -1 } #Resistance efforts
		command = { type = land_fort which = 557 value = -1 } #Destruction of Eban Emael fortifications
		}

	action_b = {
		name = CEVTACTB_172196
		command = { type = manpowerpool value = -15 }#MP loss to establish control
		command = { type = dissent value = 1 }
		command = { type = influence value = -2 } #International outrage
		}

	action_c = {
		name = CEVTACTC_172196
		command = { type = manpowerpool value = -4 }#MP loss for control
		command = { type = influence value = 4 } #Kinder gentler occupation
		command = { type = industry which = 552 value = -2 } #Resistance efforts
		command = { type = land_fort which = 557 value = -3 } #Destruction of Eban Emael
		command = { type = sleepevent which = 172205 } #Mobilization of Belgian Occupation forces
		}

	}

#####################
#Occupation of Netherlands
#by JRaup
#####################

event = {
	id = 172199
	random = no
	country = GER

	trigger = {
		war = { country = GER country = HOL }
		control = { province = 550 data = GER } #Amsterdam
		control = { province = 551 data = GER } #Eindhoven
		control = { province = 561 data = GER } #Arnhem
		control = { province = 590 data = GER } #Groningen
		control = { province = 602 data = GER } #Berlin
		}

	name = CEVTNAME_172199
	desc = CEVTDESC_172199
	style = 0

	date = { day = 1 month = february year = 1936 }
	offset = 30
	deathdate = { day = 30 month = december year = 1942 }

	action_a = {
		name = CEVTACTA_172199
		command = { type = manpowerpool value = -7 } #MP loss for control
		command = { type = industry which = 550 value = -1 } #Resistance efforts
		command = { type = industry which = 561 value = -1 } #Resistance efforts
		}

	action_b = {
		name = CEVTACTB_172196
		command = { type = manpowerpool value = -15 } #MP loss for control
		command = { type = dissent value = 1 } #Dissatisfaction over policy
		command = { type = influence value = -2 } #International outrage
		}

	action_c = {
		name = CEVTACTC_172196
		command = { type = manpowerpool value = -4 } #Mp loss for control
		command = { type = influence value = 4 } #Kinder gentler occupation
		command = { type = industry which = 550 value = -1 } #Resistance efforts
		command = { type = industry which = 551 value = -1 } #Resistance efforts
		command = { type = industry which = 590 value = -1 } #Resistance efforts
		command = { type = industry which = 561 value = -1 } #Resistance efforts
		command = { type = sleepevent which = 172206 } #Mobilization of occupation forces
		}

	}

########################
#Occupation of Denmark
#by JRaup
########################

event = {
	id = 172200
	random = no
	country = GER

	trigger = {
		control = { province = 594 data = GER } #Copenhagen
		control = { province = 595 data = GER } #Kolding
		control = { province = 596 data = GER } #Odense
		control = { province = 655 data = GER } #Aarhus
		control = { province = 602 data = GER } #Berlin
		OR = {
			puppet = { country = DEN country = GER }
			control = { province = 602 data = GER } #Berlin
			}
		}

	name = CEVTNAME_172200
	desc = CEVTDESC_172200
	style = 0

	date = { day = 1 month = february year = 1936 }
	offset = 30
	deathdate = { day = 30 month = december year = 1942 }

	action_a = {
		name = CEVTACTA_172200
		command = { type = manpowerpool value = -2 } #MP loss for control
		}

	action_b = {
		name = CEVTACTB_172196
		command = { type = manpowerpool value = -5 } #MP loss for control
		command = { type = dissent value = 1 } #Dissatisfaction with policy
		command = { type = industry which = 594 value = -1 } #Increased resistance
		command = { type = influence value = -2 } #International outrage
		}

	action_c = {
		name = CEVTACTC_172196
		command = { type = manpowerpool value = -1 } #MP loss for control
		command = { type = influence value = 4 } #Kinder gentler occupation
		command = { type = sleepevent which = 172207 } #Mobilization of occupation forces
		}

	}

#######################
#Occupation of Norway
#by JRaup
#######################

event = {
	id = 172201
	random = no
	country = GER

	trigger = {
		control = { province = 664 data = GER } #Oslo
		control = { province = 680 data = GER } #Narvik
		control = { province = 674 data = GER } #Trondheim
		control = { province = 602 data = GER } #Berlin
		OR = {
			puppet = { country = NOR country = GER }
			control = { province = 602 data = GER }
			}
		}

	name = CEVTNAME_172201
	desc = CEVTDESC_172201
	style = 0

	date = { day = 1 month = february year = 1936 }
	offset = 30
	deathdate = { day = 30 month = december year = 1942 }

	action_a = {
		name = CEVTACTA_172201
		command = { type = manpowerpool value = -5 } #MP loss for control
		}

	action_b = {
		name = CEVTACTB_172196
		command = { type = manpowerpool value = -10 } #MP loss for control
		command = { type = dissent value = 2 } #Dissatisfaction with policy
		command = { type = coastal_fort which = 664 value = -2 } #Resistance strike
		command = { type = industry which = 664 value = -1 } #resistance strike
		command = { type = industry which = 680 value = -1 } #Resistance strike
		command = { type = influence value = -2 } #International outrage
		}

	action_c = {
		name = CEVTACTC_172196
		command = { type = manpowerpool value = -2 } #MP loss for control
		command = { type = influence value = 1 } #Kinder gentler occupation
		command = { type = sleepevent which = 172208 } #Mobilization of occupation forces
		}

	}


#######################
#German Occupation of Greece
#by JRaup
#######################

event = {
	id = 172202
	random = no
	country = GER

	trigger = {
		control = { province = 891 data = GER } #Athens
		control = { province = 887 data = -1 } #Crete
		control = { province = 602 data = GER } #Berlin
			}

	name = CEVTNAME_172202
	desc = CEVTDESC_172202
	style = 0

	date = { day = 1 month = february year = 1936 }
	offset = 30
	deathdate = { day = 30 month = december year = 1942 }

	action_a = {
		name = CEVTACTA_172202
		command = { type = manpowerpool value = -7 } #MP loss for control
		command = { type = land_fort which = 874 value = -2 } #Fortifications destroyed in Ionnia
		command = { type = industry which = 891 value = -1 } #Resistance strike
		command = { type = industry which = 872 value = -1 } #Resistance strike
		}

	action_b = {
		name = CEVTACTB_172196
		command = { type = manpowerpool value = -15 } #MP loss for control
		command = { type = dissent value = 2 } #Dissatisfaction with policy
		command = { type = influence value = -2 } #International outrage
		command = { type = land_fort which = 874 value = -1 } #Fortifications in Ionnia
		command = { type = industry which = 891 value = -1 } #Resistance strike
		}

	action_c = {
		name = CEVTACTC_172196
		command = { type = manpowerpool value = -4 } #MP loss for control
		command = { type = influence value = 1 } #Kinder gentler occupation
		command = { type = land_fort which = 874 value = -4 } #fortifications in Ionnia
		command = { type = industry which = 891 value = -2 } #Resistance strike
		command = { type = industry which = 872 value = -2 } #Resistance strike
		command = { type = industry which = 874 value = -2 } #Resistance strike
		command = { type = sleepevent which = 172209 } #Mobilization of occupation forces
		}

	}

##########################
#German Occupation of Poland
#by JRaup
##########################

event = {
	id = 172203
	random = no
	country = GER

	trigger = {
		OR = {
			event = 2013 #M-R Pact Historical
			NOT = {
				exists = POL
				}
			}
		OR = {
			event = 2014 #M-R Pact Refusal by USSR
			NOT = {
				exists = POL
				}
			}
		OR = {
			event = 2016 #M-R Pact Limited
			NOT = {
				exists = POL
				}
			}
		OR = {
			event = 2602 #M-R Pact Full Alliance
			NOT = {
				exists = POL
				}
			}
		OR = {
			event = 2603 #M-R Pact Refusal of Alliance by Germany
			NOT = {
				exists = POL
				}
			}
		control = { province = 602 data = GER } #Berlin
		}

	name = CEVTNAME_172203
	desc = CEVTDESC_172203
	style = 0

	date = { day = 1 month = february year = 1936 }
	offset = 30
	deathdate = { day = 30 month = december year = 1942 }

	action_a = {
		name = CEVTACTA_172203
		command = { type = manpowerpool value = -15 } #MP loss for control
		command = { type = industry which = 643 value = -2 } #Resistance in Warsaw
		command = { type = industry which = 638 value = -2 } #Resistance in Krakow
		command = { type = industry which = 637 value = -2 } #Resistance in Czestochowa
		command = { type = industry which = 723 value = -2 } #Resistance in Lublin
		}

	action_b = {
		name = CEVTACTB_172196
		command = { type = manpowerpool value = -25 } #MP Loss for control
		command = { type = dissent value = 2 } #Dissatisfaction with policy
		command = { type = influence value = -4 } #International outrage
		command = { type = industry which = 643 value = -1 } #Resistance in Warsaw
		command = { type = industry which = 638 value = -1 } #Resistance in Krakow
		command = { type = industry which = 637 value = -1 } #Resistance in Czestochowa
		command = { type = industry which = 723 value = -1 } #Resistance in Lublin
		}

	action_c = {
		name = CEVTACTC_172196
		command = { type = manpowerpool value = -7 } #MP loss for control
		command = { type = influence value = 4 } #Kinder gentler occupation
		command = { type = industry which = 643 value = -4 } #Resistance in Warsaw
		command = { type = industry which = 638 value = -4 } #resistance in Krakow
		command = { type = sleepevent which = 172210 } #mobilization of Occupation forces
		}

	}

##########################
#Mobilization of French Occupation Forces (w/ Vichy)
#by JRaup
##########################

event = {
	id = 172204
	random = no
	country = GER

	trigger = {
		war = { country = GER country = SOV }
		event = 172196 #German Occupation
		control = { province = 602 data = GER } #Berlin
		control = { province = 643 data = SOV } #Warsaw in Soviet hands
		control = { province = 711 data = SOV } #Memel in Soviet hands
		control = { province = 723 data = SOV } #Lublin in Soviet hands
		control = { province = 638 data = SOV } #Krakow in Soviet hands
		control = { province = 846 data = SOV } #Moscow in Soviet hands
		control = { province = 788 data = SOV } #Leningrad in Soviet hands
		control = { province = 1225 data = SOV } #Stalingrad in Soviet hands
		}

	name = CEVTNAME_172204
	desc = CEVTDESC_172204
	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172204
		command = { type = add_division which = infantry value = 0 } #Infantry div added to que
		command = { type = add_division which = infantry value = 0 } #Infantry div added to que
		command = { type = industry which = 527 value = -1 } #Increased resistance in Paris
		command = { type = industry which = 533 value = -1 } #Increased resistance in Rennes
		command = { type = industry which = 522 value = -1 } #Increased resistance in Rouen
		command = { type = dissent value = 1 } #Failing morale
		}

	action_b = {
		name = CEVTACTB_172204
		command = { type = dissent value = 2 } #Morale hit, no action by OKW
		}

	}

#############################
#Mobilization of French Occupation Forces (no Vichy)
#by JRaup
#############################

event = {
	id = 172211
	random = no
	country = GER

	trigger = {
		war = { country = GER country = SOV }
		event = 172197
		control = { province = 602 data = GER } #Berlin
		control = { province = 643 data = SOV } #Warsaw in Soviet hands
		control = { province = 711 data = SOV } #Memel in Soviet hands
		control = { province = 723 data = SOV } #Lublin in Soviet hands
		control = { province = 638 data = SOV } #Krakow in Soviet hands
		control = { province = 846 data = SOV } #Moscow in Soviet hands
		control = { province = 788 data = SOV } #Leningrad in Soviet hands
		control = { province = 1225 data = SOV } #Stalingrad in Soviet hands
		}

	name = CEVTNAME_172211
	desc = CEVTDESC_172204
	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172204
		command = { type = add_division which = infantry value = 0 } #Infantry div added to que
		command = { type = add_division which = infantry value = 0 } #Infantry div added to que
		command = { type = add_division which = infantry value = 0 } #infantry div added to que
		command = { type = industry which = 527 value = -1 } #Increased resistance in Paris
		command = { type = industry which = 533 value = -1 } #Increased resistance in Rennes
		command = { type = industry which = 522 value = -1 } #Increased resistance in Rouen
		command = { type = industry which = 915 value = -1 } #Increased resistance in Vichy
		command = { type = industry which = 929 value = -1 } #Increased resistance in Marseille
		command = { type = industry which = 944 value = -1 } #Increased resistance in Toulouse
		command = { type = dissent value = 1 } #Failing morale
		}

	action_b = {
		name = CEVTACTB_172204
		command = { type = dissent value = 2 } #Morale hit, no action by OKW
		}
		
	}

#############################
#Mobilization of Belgian Occupation Forces
#by JRaup
#############################

event = {
	id = 172205
	random = no
	country = GER

	trigger = {
		war = { country = GER country = SOV }
		event = 172198
		control = { province = 602 data = GER } #Berlin
		control = { province = 643 data = SOV } #Warsaw in Soviet hands
		control = { province = 711 data = SOV } #Memel in Soviet hands
		control = { province = 723 data = SOV } #Lublin in Soviet hands
		control = { province = 638 data = SOV } #Krakow in Soviet hands
		control = { province = 846 data = SOV } #Moscow in Soviet hands
		control = { province = 788 data = SOV } #Leningrad in Soviet hands
		control = { province = 1225 data = SOV } #Stalingrad in Soviet hands
		}

	name = CEVTNAME_172205
	desc = CEVTDESC_172204
	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172204
		command = { type = add_division which = infantry value = 0 } #Infantry div added to que
		command = { type = industry which = 548 value = -1 } #Increased resistance in Antwerp
		command = { type = industry which = 552 value = -1 } #Increased resistance in Bruxelles
		command = { type = industry which = 557 value = -1 } #Increased resistance in Arlon
		command = { type = dissent value = 1 } #failing morale
		}

	action_b = {
		name = CEVTACTB_172204
		command = { type = dissent value = 2 } #Morale hit, no action by OKW
		}

	}


##############################
#Mobilization of Dutch Occupation forces
#by JRaup
##############################

event = {
	id = 172206
	random = no
	country = GER

	trigger = {
		war = { country = GER country = SOV }
		event = 172199
		control = { province = 602 data = GER } #Berlin
		control = { province = 643 data = SOV } #Warsaw in Soviet hands
		control = { province = 711 data = SOV } #Memel in Soviet hands
		control = { province = 723 data = SOV } #Lublin in Soviet hands
		control = { province = 638 data = SOV } #Krakow in Soviet hands
		control = { province = 846 data = SOV } #Moscow in Soviet hands
		control = { province = 788 data = SOV } #Leningrad in Soviet hands
		control = { province = 1225 data = SOV } #Stalingrad in Soviet hands
		}

	name = CEVTNAME_172206
	desc = CEVTDESC_172204
	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172204
		command = { type = add_division which = infantry value = 0 } #Infantry div added to que
		command = { type = industry which = 550 value = -1 } #Increased resistance in Amsterdam
		command = { type = industry which = 551 value = -1 } #Increased resistance in Eindhoven
		command = { type = industry which = 561 value = -1 } #increased resistance in Arnhem
		command = { type = dissent value = 1 } #Failing Morale
		}

	action_b = {
		name = CEVTACTB_172204
		command = { type = dissent value = 2 } #Morale hit, no action by OKW
		}

	}

##############################
#Mobilization of Danish Occupation Forces
#by JRaup
##############################

event = {
	id = 172207
	random = no
	country = GER
	
	trigger = {
		war = { country = GER country = SOV }
		event = 172200
		control = { province = 602 data = GER } #Berlin
		control = { province = 643 data = SOV } #Warsaw in Soviet hands
		control = { province = 711 data = SOV } #Memel in Soviet hands
		control = { province = 723 data = SOV } #Lublin in Soviet hands
		control = { province = 638 data = SOV } #Krakow in Soviet hands
		control = { province = 846 data = SOV } #Moscow in Soviet hands
		control = { province = 788 data = SOV } #Leningrad in Soviet hands
		control = { province = 1225 data = SOV } #Stalingrad in Soviet hands
		}

	name = CEVTNAME_172207
	desc = CEVTDESC_172204
	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172204
		command = { type = add_division which = infantry value = 0 } #Infantry div added to que
		command = { type = industry which = 594 value = -1 } #Increased resistance in Copenhagen
		command = { type = industry which = 596 value = -1 } #Increased resistance in Odense
		command = { type = dissent value = 1 } #Failing Morale
		}

	action_b = {
		name = CEVTACTB_172204
		command = { type = dissent value = 2 } #Moral hit, no action by OKW
		}

	}

		
###############################
#Mobilization of Norwegian Occupation forces
#by JRaup
###############################

event = {
	id = 172208
	random = no
	country = GER

	trigger = {
		war = { country = GER country = SOV }
		event = 172201
		control = { province = 602 data = GER } #Berlin
		control = { province = 643 data = SOV } #Warsaw in Soviet hands
		control = { province = 711 data = SOV } #Memel in Soviet hands
		control = { province = 723 data = SOV } #Lublin in Soviet hands
		control = { province = 638 data = SOV } #Krakow in Soviet hands
		control = { province = 846 data = SOV } #Moscow in Soviet hands
		control = { province = 788 data = SOV } #Leningrad in Soviet hands
		control = { province = 1225 data = SOV } #Stalingrad in Soviet hands
		}

	name = CEVTNAME_172208
	desc = CEVTDESC_172204
	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172204
		command = { type = add_division which = infantry value = 0 } #Infantry div added to que
		command = { type = industry which = 664 value = -2 } #Increased resistance in Oslo
		command = { type = dissent value = 1 } #Failing Morale
		}

	action_b = {
		name = CEVTACTB_172204
		command = { type = dissent value = 2 } #Morale hit, no action by OKW
		}

	}

#################################
#Mobilization of Greek Occupation forces
#by JRaup
#################################

event = {
	id = 172209
	random = no
	country = GER

	trigger = {
		war = { country = GER country = SOV }
		event = 172202
		control = { province = 602 data = GER } #Berlin
		control = { province = 643 data = SOV } #Warsaw in Soviet hands
		control = { province = 711 data = SOV } #Memel in Soviet hands
		control = { province = 723 data = SOV } #Lublin in Soviet hands
		control = { province = 638 data = SOV } #Krakow in Soviet hands
		control = { province = 846 data = SOV } #Moscow in Soviet hands
		control = { province = 788 data = SOV } #Leningrad in Soviet hands
		control = { province = 1225 data = SOV } #Stalingrad in Soviet hands
		}

	name = CEVTNAME_172209
	desc = CEVTDESC_172204
	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172204
		command = { type = add_division which = infantry value = 0 } #Infantry div added to que
		command = { type = industry which = 891 value = -1 } #Increased resistance in Athens
		command = { type = industry which = 872 value = -1 } #Increased resistance in Thessaloniki
		command = { type = industry which = 874 value = -1 } #Increased resistance in Ionnia
		command = { type = dissent value = 1 } #Failing morale
		}

	action_b = {
		name = CEVTACTB_172204
		command = { type = dissent value = 2 } #Morale hit, no action by OKW
		}

	}

####################################
#Mobilization of Polish Occupation forces
#by JRaup
####################################

event = {
	id = 172210
	random = no
	country = GER

	trigger = {
		war = { country = GER country = SOV }
		event = 172203
		control = { province = 602 data = GER } #Berlin
		control = { province = 711 data = SOV } #Memel in Soviet hands
		control = { province = 846 data = SOV } #Moscow in Soviet hands
		control = { province = 788 data = SOV } #Leningrad in Soviet hands
		control = { province = 1225 data = SOV } #Stalingrad in Soviet hands
		control = { province = 781 data = SOV } #Smolensk in Soviet hands
		control = { province = 778 data = SOV } #Minsk in Soviet hands
		control = { province = 725 data = SOV } #Lwow in Soviet hands
		control = { province = 723 data = SOV } #Lublin in soviet hands
		control = { province = 649 data = SOV } #Suwalki in Soviet hands
		}	

	name = CEVTNAME_172210
	desc = CEVTDESC_172204
	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172204
		command = { type = add_division which = infantry value = 0 } #Infantry div added to que
		command = { type = add_division which = infantry value = 0 } #Infantry div added to que
		command = { type = industry which = 643 value = -2 } #Increased resistance in Warsaw
		command = { type = industry which = 638 value = -2 } #Increased resistance in Krakow
		command = { type = industry which = 637 value = -2 } #Increased resistance in Czestochowa
		command = { type = dissent value = 5 } #Failing morale
		}

	action_b = {
		name = CEVTACTB_172204
		command = { type = dissent value = 10 } #Morale hit, no action by OKW
		}

	}

##########################################
# 172169 - Italian Volunteers to the Heer
##########################################
event = { 
id = 172169
random = no 
country = GER


name = CEVTNAME_172169
desc = CEVTDESC_172169
style = 0

action_a = {
	name = CEVTACTA_OK
	command = { type = manpowerpool value = 15 }
	}

}


##########################################
# 172170 - SS Legion Italia
##########################################
event = { 
id = 172170
random = no 
country = GER

name = CEVTNAME_172170
desc = CEVTDESC_172170
style = 0

action_a = {
	
	name = CEVTACTA_OK
	command = { type = add_division which = mechanized }
	command = { type = supplies value = -150 }
	
	}

}

##########################################################
# The defense of Germany
##########################################################
event = { 
	id = 172220
	random = no
	country = GER
	trigger = {
		atwar = yes # Germany is at war
		control = { province = 602 data = GER } # the capital hasn't fallen
		lost_IC = { country = GER value = 30 } # 20% of IC
	}

	name = CEVTNAME_172220
	desc = CEVTDESC_172220

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 5 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172220
		command = { type = setflag which = full_defense } 
		command = { type = sleepevent which = 172236 }
		command = { type = sleepevent which = 172237 }
		command = { type = sleepevent which = 172238 }
		command = { type = sleepevent which = 172239 }
	}
	action_b = {
		name = CEVTACTB_172220
		command = { type = setflag which = berlin_defense } 
		command = { type = sleepevent which = 172221 }
		command = { type = sleepevent which = 172222 }
		command = { type = sleepevent which = 172223 }
		command = { type = sleepevent which = 172224 }
		command = { type = sleepevent which = 172225 }
		command = { type = sleepevent which = 172226 }
		command = { type = sleepevent which = 172227 }
		command = { type = sleepevent which = 172228 }
		command = { type = sleepevent which = 172229 }
		command = { type = sleepevent which = 172230 }
		command = { type = sleepevent which = 172231 }
		command = { type = sleepevent which = 172232 }
		command = { type = sleepevent which = 172233 }
		command = { type = sleepevent which = 172234 }
		command = { type = sleepevent which = 172235 }
		command = { type = sleepevent which = 172236 }
		command = { type = sleepevent which = 172237 }
		command = { type = sleepevent which = 172238 }
	}
	action_c = {
		name = CEVTACTC_172220
		command = { type = setflag which = army_defense } 
		command = { type = sleepevent which = 172221 }
		command = { type = sleepevent which = 172222 }
		command = { type = sleepevent which = 172223 }
		command = { type = sleepevent which = 172224 }
		command = { type = sleepevent which = 172225 }
		command = { type = sleepevent which = 172226 }
		command = { type = sleepevent which = 172227 }
		command = { type = sleepevent which = 172228 }
		command = { type = sleepevent which = 172229 }
		command = { type = sleepevent which = 172230 }
		command = { type = sleepevent which = 172231 }
		command = { type = sleepevent which = 172232 }
		command = { type = sleepevent which = 172233 }
		command = { type = sleepevent which = 172234 }
		command = { type = sleepevent which = 172235 }
		command = { type = sleepevent which = 172236 }
	}
	action_d = {
		name = CEVTACTD_172220
		command = { type = sleepevent which = 172221 }
		command = { type = sleepevent which = 172222 }
		command = { type = sleepevent which = 172223 }
		command = { type = sleepevent which = 172224 }
		command = { type = sleepevent which = 172225 }
		command = { type = sleepevent which = 172226 }
		command = { type = sleepevent which = 172227 }
		command = { type = sleepevent which = 172228 }
		command = { type = sleepevent which = 172229 }
		command = { type = sleepevent which = 172230 }
		command = { type = sleepevent which = 172231 }
		command = { type = sleepevent which = 172232 }
		command = { type = sleepevent which = 172233 }
		command = { type = sleepevent which = 172234 }
		command = { type = sleepevent which = 172235 }
		command = { type = sleepevent which = 172236 }
		command = { type = sleepevent which = 172237 }
		command = { type = sleepevent which = 172238 }
		command = { type = sleepevent which = 172239 }
	}
}

#####################################################################################
# Militia mobilisation
#####################################################################################
event = { 
	id = 172221
	random = no
	country = GER

	trigger= { 
		atwar = yes
		control = { province = 650 data = GER }
		flag = full_defense
		random = 50
	}

	name = CEVTNAME_172221
	desc = CEVTDESC_172221

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every ten days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172221
		command = { type = add_division which = militia	value = 0 when = 650 }
		command = { type = add_division which = militia	value = 0 when = 650 }
		command = { type = add_division which = militia	value = 0 when = 650 }
		command = { type = add_division which = militia	value = 0 when = 650 }
		command = { type = add_division which = militia	value = 0 when = 650 }
		command = { type = land_fort which = 650 value = 2 }
		command = { type = flak which = 650 value = 2 }
		command = { type = industry which = 650 value = -5 } 
	}
}


#####################################################################################
# Militia mobilisation
#####################################################################################
event = { 
	id = 172222
	random = no
	country = GER

	trigger= { 
		atwar = yes
		control = { province = 604 data = GER }
		flag = full_defense
		random = 50
	}

	name = CEVTNAME_172222
	desc = CEVTDESC_172221

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every ten days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172221
		command = { type = add_division which = militia	value = 0 when = 604 }
		command = { type = add_division which = militia	value = 0 when = 604 }
		command = { type = add_division which = militia	value = 0 when = 604 }
		command = { type = add_division which = militia	value = 0 when = 604 }
		command = { type = add_division which = militia	value = 0 when = 604 }
		command = { type = land_fort which = 604 value = 2 }
		command = { type = flak which = 604 value = 2 }
		command = { type = industry which = 604 value = -5 } 
	}
}


#####################################################################################
# Militia mobilisation
#####################################################################################
event = { 
	id = 172223
	random = no
	country = GER

	trigger= { 
		atwar = yes
		control = { province = 602 data = GER }
		flag = full_defense
		random = 50
	}

	name = CEVTNAME_172223
	desc = CEVTDESC_172221

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every ten days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172221
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = land_fort which = 602 value = 4 }
		command = { type = flak which = 602 value = 2 }
		command = { type = industry which = 602 value = -10 } 
	}
}


#####################################################################################
# Militia mobilisation
#####################################################################################
event = { 
	id = 172224
	random = no
	country = GER

	trigger= { 
		atwar = yes
		control = { province = 585 data = GER }
		flag = full_defense
		random = 50
	}

	name = CEVTNAME_172224
	desc = CEVTDESC_172221

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every ten days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172221
		command = { type = add_division which = militia	value = 0 when = 585 }
		command = { type = add_division which = militia	value = 0 when = 585 }
		command = { type = add_division which = militia	value = 0 when = 585 }
		command = { type = add_division which = militia	value = 0 when = 585 }
		command = { type = add_division which = militia	value = 0 when = 585 }
		command = { type = land_fort which = 585 value = 2 }
		command = { type = flak which = 585 value = 2 }
		command = { type = industry which = 585 value = -5 } 
	}
}


#####################################################################################
# Militia mobilisation
#####################################################################################
event = { 
	id = 172225
	random = no
	country = GER

	trigger= { 
		atwar = yes
		control = { province = 587 data = GER }
		flag = full_defense
		random = 50
	}

	name = CEVTNAME_172225
	desc = CEVTDESC_172221

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every ten days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172221
		command = { type = add_division which = militia	value = 0 when = 587 }
		command = { type = add_division which = militia	value = 0 when = 587 }
		command = { type = add_division which = militia	value = 0 when = 587 }
		command = { type = add_division which = militia	value = 0 when = 587 }
		command = { type = add_division which = militia	value = 0 when = 587 }
		command = { type = land_fort which = 587 value = 2 }
		command = { type = flak which = 587 value = 2 }
		command = { type = industry which = 587 value = -5 } 
	}
}


#####################################################################################
# Militia mobilisation
#####################################################################################
event = { 
	id = 172226
	random = no
	country = GER

	trigger= { 
		atwar = yes
		control = { province = 588 data = GER }
		flag = full_defense
		random = 50
	}

	name = CEVTNAME_172226
	desc = CEVTDESC_172221

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every ten days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172221
		command = { type = add_division which = militia	value = 0 when = 588 }
		command = { type = add_division which = militia	value = 0 when = 588 }
		command = { type = add_division which = militia	value = 0 when = 588 }
		command = { type = add_division which = militia	value = 0 when = 588 }
		command = { type = add_division which = militia	value = 0 when = 588 }
		command = { type = land_fort which = 588 value = 2 }
		command = { type = flak which = 588 value = 2 }
		command = { type = industry which = 588 value = -5 } 
	}
}


#####################################################################################
# Militia mobilisation
#####################################################################################
event = { 
	id = 172227
	random = no
	country = GER

	trigger= { 
		atwar = yes
		control = { province = 583 data = GER }
		flag = full_defense
		random = 50
	}

	name = CEVTNAME_172227
	desc = CEVTDESC_172221

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every ten days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172221
		command = { type = add_division which = militia	value = 0 when = 583 }
		command = { type = add_division which = militia	value = 0 when = 583 }
		command = { type = add_division which = militia	value = 0 when = 583 }
		command = { type = add_division which = militia	value = 0 when = 583 }
		command = { type = add_division which = militia	value = 0 when = 583 }
		command = { type = land_fort which = 583 value = 2 }
		command = { type = flak which = 583 value = 2 }
		command = { type = industry which = 583 value = -5 } 
	}
}


#####################################################################################
# Militia mobilisation
#####################################################################################
event = { 
	id = 172228
	random = no
	country = GER

	trigger= { 
		atwar = yes
		control = { province = 574 data = GER }
		flag = full_defense
		random = 50
	}

	name = CEVTNAME_172228
	desc = CEVTDESC_172221

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every ten days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172221
		command = { type = add_division which = militia	value = 0 when = 574 }
		command = { type = add_division which = militia	value = 0 when = 574 }
		command = { type = add_division which = militia	value = 0 when = 574 }
		command = { type = add_division which = militia	value = 0 when = 574 }
		command = { type = add_division which = militia	value = 0 when = 574 }
		command = { type = land_fort which = 574 value = 2 }
		command = { type = flak which = 574 value = 2 }
		command = { type = industry which = 574 value = -5 } 
	}
}


#####################################################################################
# Militia mobilisation
#####################################################################################
event = { 
	id = 172229
	random = no
	country = GER

	trigger= { 
		atwar = yes
		control = { province = 562 data = GER }
		flag = full_defense
		random = 50
	}

	name = CEVTNAME_172229
	desc = CEVTDESC_172221

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every ten days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172221
		command = { type = add_division which = militia	value = 0 when = 562 }
		command = { type = add_division which = militia	value = 0 when = 562 }
		command = { type = add_division which = militia	value = 0 when = 562 }
		command = { type = add_division which = militia	value = 0 when = 562 }
		command = { type = add_division which = militia	value = 0 when = 562 }
		command = { type = add_division which = militia	value = 0 when = 562 }
		command = { type = add_division which = militia	value = 0 when = 562 }
		command = { type = land_fort which = 562 value = 2 }
		command = { type = flak which = 562 value = 2 }
		command = { type = industry which = 562 value = -5 } 
	}
}


#####################################################################################
# Militia mobilisation
#####################################################################################
event = { 
	id = 172230
	random = no
	country = GER

	trigger= { 
		atwar = yes
		control = { province = 577 data = GER }
		flag = full_defense
		random = 50
	}

	name = CEVTNAME_172230
	desc = CEVTDESC_172221

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every ten days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172221
		command = { type = add_division which = militia	value = 0 when = 577 }
		command = { type = add_division which = militia	value = 0 when = 577 }
		command = { type = add_division which = militia	value = 0 when = 577 }
		command = { type = add_division which = militia	value = 0 when = 577 }
		command = { type = add_division which = militia	value = 0 when = 577 }
		command = { type = add_division which = militia	value = 0 when = 577 }
		command = { type = land_fort which = 577 value = 2 }
		command = { type = flak which = 577 value = 2 }
		command = { type = industry which = 577 value = -5 } 
	}
}


#####################################################################################
# Militia mobilisation
#####################################################################################
event = { 
	id = 172231
	random = no
	country = GER

	trigger= { 
		atwar = yes
		control = { province = 560 data = GER }
		flag = full_defense
		random = 50
	}

	name = CEVTNAME_172231
	desc = CEVTDESC_172221

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every ten days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172221
		command = { type = add_division which = militia	value = 0 when = 560 }
		command = { type = add_division which = militia	value = 0 when = 560 }
		command = { type = add_division which = militia	value = 0 when = 560 }
		command = { type = add_division which = militia	value = 0 when = 560 }
		command = { type = add_division which = militia	value = 0 when = 560 }
		command = { type = add_division which = militia	value = 0 when = 560 }
		command = { type = land_fort which = 560 value = 2 }
		command = { type = flak which = 560 value = 2 }
		command = { type = industry which = 560 value = -5 } 
	}
}


#####################################################################################
# Militia mobilisation
#####################################################################################
event = { 
	id = 172232
	random = no
	country = GER

	trigger= { 
		atwar = yes
		control = { province = 558 data = GER }
		flag = full_defense
		random = 50
	}

	name = CEVTNAME_172232
	desc = CEVTDESC_172221

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every ten days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172221
		command = { type = add_division which = militia	value = 0 when = 558 }
		command = { type = add_division which = militia	value = 0 when = 558 }
		command = { type = add_division which = militia	value = 0 when = 558 }
		command = { type = add_division which = militia	value = 0 when = 558 }
		command = { type = add_division which = militia	value = 0 when = 558 }
		command = { type = add_division which = militia	value = 0 when = 558 }
		command = { type = add_division which = militia	value = 0 when = 558 }
		command = { type = land_fort which = 558 value = 2 }
		command = { type = flak which = 558 value = 2 }
		command = { type = industry which = 558 value = -5 } 
	}
}


#####################################################################################
# Militia mobilisation
#####################################################################################
event = { 
	id = 172233
	random = no
	country = GER

	trigger= { 
		atwar = yes
		control = { province = 559 data = GER }
		flag = full_defense
		random = 50
	}

	name = CEVTNAME_172233
	desc = CEVTDESC_172221

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every ten days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172221
		command = { type = add_division which = militia	value = 0 when = 559 }
		command = { type = add_division which = militia	value = 0 when = 559 }
		command = { type = add_division which = militia	value = 0 when = 559 }
		command = { type = add_division which = militia	value = 0 when = 559 }
		command = { type = add_division which = militia	value = 0 when = 559 }
		command = { type = land_fort which = 559 value = 2 }
		command = { type = flak which = 559 value = 2 }
		command = { type = industry which = 559 value = -5 } 
	}
}


#####################################################################################
# Militia mobilisation
#####################################################################################
event = { 
	id = 172234
	random = no
	country = GER

	trigger= { 
		atwar = yes
		control = { province = 589 data = GER }
		flag = full_defense
		random = 50
	}

	name = CEVTNAME_172234
	desc = CEVTDESC_172221

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every ten days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172221
		command = { type = add_division which = militia	value = 0 when = 589 }
		command = { type = add_division which = militia	value = 0 when = 589 }
		command = { type = add_division which = militia	value = 0 when = 589 }
		command = { type = add_division which = militia	value = 0 when = 589 }
		command = { type = add_division which = militia	value = 0 when = 589 }
		command = { type = add_division which = militia	value = 0 when = 589 }
		command = { type = land_fort which = 589 value = 2 }
		command = { type = flak which = 589 value = 2 }
		command = { type = industry which = 589 value = -5 } 
	}
}


#####################################################################################
# Militia mobilisation
#####################################################################################
event = { 
	id = 172235
	random = no
	country = GER

	trigger= { 
		atwar = yes
		control = { province = 621 data = GER }
		flag = full_defense
		random = 50
	}

	name = CEVTNAME_172235
	desc = CEVTDESC_172221

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every ten days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172221
		command = { type = add_division which = militia	value = 0 when = 621 }
		command = { type = add_division which = militia	value = 0 when = 621 }
		command = { type = add_division which = militia	value = 0 when = 621 }
		command = { type = add_division which = militia	value = 0 when = 621 }
		command = { type = add_division which = militia	value = 0 when = 621 }
		command = { type = land_fort which = 621 value = 1 }
		command = { type = flak which = 621 value = 2 }
		command = { type = industry which = 621 value = -5 } 
	}
}




#####################################################################################
# Militia mobilisation - BERLIN DEFENSE FOCUS (semi-historical)
#####################################################################################
event = { 
	id = 172236
	random = no
	country = GER

	trigger= { 
		atwar = yes
		control = { province = 602 data = GER }
		flag = berlin_defense
	}

	name = CEVTNAME_172236
	desc = CEVTDESC_172236

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 5 # Check for trigger conditions every 5 days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172221
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = add_division which = militia	value = 0 when = 602 }
		command = { type = land_fort which = 602 value = 5 }
		command = { type = flak which = 602 value = 5 }
		command = { type = industry which = 602 value = -15 } 
	}
}





#####################################################################################
# Militia mobilisation - QUALITY DEFENSE FOCUS (ahistorical)
#####################################################################################
event = { 
	id = 172237
	random = no
	country = GER

	trigger= { 
		atwar = yes
		control = { province = 602 data = GER }
		flag = army_defense
		random = 25
	}

	name = CEVTNAME_172237
	desc = CEVTDESC_172237

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 5 # Check for trigger conditions every 5 days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172221
		command = { type = add_division which = infantry value = 1 }
		command = { type = add_division which = infantry value = 1 }
		command = { type = add_division which = infantry value = 2 }
		command = { type = add_division which = infantry value = 2 }
		command = { type = land_fort which = 602 value = 2 }
		command = { type = flak which = 602 value = 2 }
		command = { type = industry which = 602 value = -4 } 
	}
}


#####################################################################################
# Militia mobilisation - QUALITY DEFENSE FOCUS (ahistorical)
#####################################################################################
event = { 
	id = 172238
	random = no
	country = GER

	trigger= { 
		atwar = yes
		control = { province = 602 data = GER }
		flag = army_defense
		random = 25
	}

	name = CEVTNAME_172237
	desc = CEVTDESC_172237

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 5 # Check for trigger conditions every 5 days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172221
		command = { type = add_division which = infantry value = 3 }
		command = { type = add_division which = infantry value = 3 }
		command = { type = add_division which = infantry value = 4 }
		command = { type = add_division which = infantry value = 4 }
		command = { type = land_fort which = 602 value = 1 }
		command = { type = flak which = 602 value = 1 }
		command = { type = industry which = 602 value = -3 } 
	}
}


#####################################################################################
# Militia mobilisation - QUALITY DEFENSE FOCUS (ahistorical)
#####################################################################################
event = { 
	id = 172239
	random = no
	country = GER

	trigger= { 
		atwar = yes
		control = { province = 602 data = GER }
		flag = army_defense
		random = 25
	}

	name = CEVTNAME_172237
	desc = CEVTDESC_172237

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 5 # Check for trigger conditions every 5 days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172221
		command = { type = add_division which = infantry value = 2 }
		command = { type = add_division which = infantry value = 2 }
		command = { type = add_division which = infantry value = 3 }
		command = { type = add_division which = infantry value = 3 }
		command = { type = land_fort which = 602 value = 1 }
		command = { type = flak which = 602 value = 1 }
		command = { type = industry which = 602 value = -3 } 
	}
}

##########################################
# 172171 - Mussolini's State Visit to the Third Reich (Historical)
##########################################
event = { 
	id = 172240
	random = no 
	country = GER

	trigger = {
		alignment = fascist
		exists = ITA
		exists = GER
		NOT = {
			OR = {
			war = { country = ITA country = GER }
			alliance = { country = ITA country = ENG }		
			alliance = { country = ITA country = SOV }
			}
		}
	}

	name = CEVTNAME_172240
	desc = CEVTDESC_172240
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 100
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_172240
		command = { type = trigger which = 462117 }
	}
	action_b = {
		name = CEVTACTB_172240
		command = { type = sleepevent which = 172241 }
		command = { type = sleepevent which = 462118 }	
	}
}


##########################################
# 172172 - Mussolini's State Visit to the Third Reich (Historical)
##########################################
event = { 
	id = 172241
	random = no 
	country = GER

	trigger = {
		alignment = fascist
		exists = ITA
		exists = GER
		NOT = {
			OR = {
			war = { country = ITA country = GER }
			alliance = { country = ITA country = ENG }		
			alliance = { country = ITA country = SOV }
			}
		}
	}

	name = CEVTNAME_172241
	desc = CEVTDESC_172241
	style = 0

	date = { day = 29 month = september year = 1937 }
	offset = 5
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = supplies value = -500 }
		command = { type = alignment which = fascist value = 50 }
		command = { type = influence value = 5 }
		command = { type = warentry which = USA value = -2 }
		command = { type = warentry which = FRA value = -2 }
	}
}

### 172164 - (GER) A Tungsten Trade Deal (by Gwalcmai)

event = {
	id = 172164
	country = GER
	random = no
	persistent = yes

	name = CEVTNAME_172164
	desc = CEVTDESC_172164
	style = 0

	action_a = {
	name = CEVTACTA_172164
	command = { type = rubberpool value = 1000 }
	} 
}
# end volfram trade #


### 172165 - (GER) Portuguese embargo (by Gwalcmai)

event = {
	id = 172165
	random = no
	country = GER

	name = CEVTNAME_172165
	desc = CEVTDESC_172165
	style = 0

	action_a = {
		name = CEVTACTA_172165
		command = { }
	}
	action_b = {
		name = CEVTACTB_172165
		command = { type = war which = POR }
		command = { type = trigger which = 802061 }
	}
}

### 172166 - (GER) Portugal asks for help (by Gwalcmai)

event = {
	id = 172166
	random = no
	country = GER

	name = CEVTNAME_172166
	desc = CEVTDESC_172166
	style = 0

	action_a = {
		name = CEVTACTA_172166
		command = { type = alliance which = POR }
	}
	action_b = {
		name = CEVTACTB_172166
		command = { }
  	}
}

### new in rc7

##########################################################
# 172212 - Bitter Peace - Access Granted (by Copper)
##########################################################
event = { 
	id = 172212
	random = no
	country = GER

	# triggered by the Bitter Peace events


	name = CEVTNAME_172212
	desc = CEVTDESC_172212
	style = 0

	action_a = {
		name = CEVTACTA_172212
		command = { }
	}
}

##########################################################
# 172213 - Bitter Peace - Access Ended (by Copper)
##########################################################
event = { 
	id = 172213
	random = no
	country = GER

	# triggered by the SOV 222109

	name = CEVTNAME_172213
	desc = CEVTDESC_172213
	style = 0

	action_a = {
		name = CEVTACTA_172213
		command = { }

	}
}

event = {
	id = 172010 # 752315
	random = no
	country = GER
	persistent = yes

	name = CEVTNAME_172010
	desc = CEVTDESC_172010
	style = 0

	action_a = {
			name = CEVTACTA_172010
			command = { type = supplies value = 500 }
			}
	}

event = {
	id = 172012 # 752329
	random = no
	country = GER

	trigger = {
			year = 1936
			}

	name = CEVTNAME_172012
	desc = CEVTDESC_172012
	style = 0

	action_a = {
			name = CEVTACTA_172012
			command = { type = oilpool value = 500 }
			command = { type = rubberpool value = 500 }
			command = { type = steelpool value = 500 }
			command = { type = supplies value = -500 }
			}
	}

event = {
	id = 172013 # 752350
	random = no
	country = GER

	trigger = {		
			headofstate = 1	# Hitler
			year = 1939
			exists = YUG
			exists = GRE		
			event = 2021 # France has fallen, Vichy event happened
			NOT = {
				OR = {
					alliance = { country = GER country = YUG }
					alliance = { country = ITA country = ENG }
					alliance = { country = ITA country = SOV }
					war = { country = GER country = YUG }
					alliance = { country = YUG country = ENG }
					war = { country = GER country = SOV }
					alliance = { country = YUG country = SOV }
					}
				}
#			alliance = { country = GER country = HUN }
			random = 50
			}

	name = CEVTNAME_172013
	desc = CEVTDESC_172013
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 45
	deathdate = { day = 29 month = december year = 1942 }

	action_a = {
			name = CEVTACTA_172013
			command = { type = influence value = -5 }			
			command = { type = trigger which = 752351 }
			# sleep modified bolted coup events
			command = { type = sleepevent which = 9602 }
			}
	action_b = {
			name = CEVTACTB_172013
			command = { }
			}
	}

	
event = {
	id = 172014 # 752360
	random = no
	country = GER

	trigger = {
			event = 752358
			}

	name = CEVTNAME_172014
	desc = CEVTDESC_172014
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 3
	deathdate = { day = 29 month = december year = 1942 }

	action_a = {
			name = CEVTACTA_172014
			command = { type = alliance which = CRO }
			command = { type = dissent value = -6 }
			}
	action_b = {
			name = CEVTACTB_172014
			command = { type = dissent value = 2 }
			}
	}

event = {
	id = 172015 # 752363
	random = no
	country = GER

	name = CEVTNAME_172015
	desc = CEVTDESC_172015
	style = 0

	action_a = {
			name = CEVTACTA_172015
			command = { type = dissent value = -4 }
			command = { type = war which = YUG }
			command = { type = warentry which = USA value = 2 }
			# make sure Yugoslavia gets into Allies if Germany attacks
			command = { type = trigger which = 752391 }
			}

	action_b = {
			name = CEVTACTB_172015
			command = { type = dissent value = 6 }
			command = { type = warentry which = USA value = -6 }
			}
	}



#########################################################################
#  German declaration of war on Yugoslavia
#########################################################################

event = {
	id = 172016 # 752390
	random = no
	country = GER

	trigger = {
			event = 752391			
			}

	name = CEVTNAME_172016
	desc = CEVTDESC_172016
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 1
	deathdate = { day = 29 month = december year = 1942 }		

	action_a = {
			name = CEVTACTA_172016
			command = { type = war which = YUG } # Needed to insure war happens
			}
	}

#########################################################################
#  Serbia becomes German puppet
#########################################################################

event = { 
	id = 172246 # 752392
	random = no
	country = GER

	name = CEVTNAME_172246
	desc = CEVTDESC_172246
	style = 0
	
	action_a = {
			name = CEVTACTA_172246
			command = { type = make_puppet which = SER }
			command = { type = influence value = -2 } # We show our true face
			command = { type = supplies value = -2000 } # The cost of direct control
			command = { type = dissent value = -1 } # Most are pleased
		}
	
	action_b = {
			name = CEVTACTB_172246
			command = { type = influence value = 3 } # Our diplomacy touts this as a coup
		}

	}

#########################################################################
#  Partisan's first strike
#########################################################################

event = {
	id = 172258 # 752393
	random = no
	country = GER

	trigger = {
			NOT = { exists = YUG }
			war = { country = GER country = SOV }
			random = 40
			}

	name = CEVTNAME_172258
	desc = CEVTDESC_172258
	style = 0

	date = { day = 1 month = january year = 1940 }
	offset = 35
	deathdate = { day = 1 month = december year = 1945 }

	action_a = {
			name = CEVTACTA_172258
			command = { type = supplies value = -50 }
			command = { type = infrastructure which = 624 value = -10 }
			}
	}

#########################################################################
#  Croatia gets Banovina provinces after partition of Yugoslavia (Germany)
#########################################################################

event = { 
	id = 172247 # 752405
	random = no
	country = GER

	name = CEVTNAME_172247
	desc = CEVTDESC_172247
	style = 0
	
	action_a = {
			name = CEVTACTA_172247
			command = { type = secedeprovince which = CRO value = 740 } # Osijek
			command = { type = secedeprovince which = CRO value = 742 } # Banja Luka
			command = { type = secedeprovince which = CRO value = 745 } # Sarajevo
			command = { type = secedeprovince which = CRO value = 624 } # Zagreb
			}
	}


#########################################################################
#  Germany attacks Greece after successful takeover of Yugoslavia
#########################################################################

event = { 
	id = 172248 # 752406
	random = no
	country = GER

	trigger = {
			exists = GRE
			OR = {
				event = 752390
				event = 752357
				event = 752354
				}
			NOT = { alliance = { country = GER country = GRE } }
			NOT = { exists = YUG }
			}

	name = CEVTNAME_172248
	desc = CEVTDESC_172248
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 29 month = october year = 1943 }	

	action_a = {
			name = CEVTACTA_172248
			command = { type = war which = GRE }
			}

	action_b = {
			name = CEVTACTB_172248
			command = { }
			}

	}


#########################################################################
#  Final partition arrangements with Yugoslavia
#########################################################################

event = { 
	id = 172249 # 752407
	random = no
	country = GER

	trigger = {
			NOT = { exists = GRE }
			exists = ITA
			exists = BUL
			exists = CRO
			control = { province = 755 data = GER } # Skopje
			control = { province = 752 data = GER } # Pristina
			control = { province = 753 data = GER } # Podgorica
			control = { province = 569 data = GER } # Rijeka
			control = { province = 743 data = GER } # Split
			control = { province = 744 data = GER } # Mostar
			control = { province = 747 data = GER } # Dubrovnik
			}

	name = CEVTNAME_172249
	desc = CEVTDESC_172249
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 15 # Check for trigger conditions every twenty days
	deathdate = { day = 29 month = october year = 1943 }	

	action_a = {
			name = CEVTACTA_172249

			# Secede to Bulgaria
			command = { type = secedeprovince which = BUL value = 755 } # Skopje

			# Secede to Italy
			command = { type = secedeprovince which = ITA value = 752 } # Pristina
			command = { type = secedeprovince which = ITA value = 753 } # Podgorica
			
			# Secede to Croatia
			command = { type = secedeprovince which = CRO value = 569 } # Rijeka
			command = { type = secedeprovince which = CRO value = 743 } # Split
			command = { type = secedeprovince which = CRO value = 744 } # Mostar
			command = { type = secedeprovince which = CRO value = 747 } # Dubrovnik

			}
	action_b = {
			name = CEVTACTB_172249
			command = { type = influence value = -3 }
			command = { type = dissent value = 1 }
			}
	}

#########################################################################
#  Thessaloniki to Bulgaria if Germany owns it
#########################################################################

event = { 
	id = 172250 # 752408
	random = no
	country = GER

	trigger = {
			NOT = { exists = GRE }
			NOT = { war = { country = GER country = BUL } }
			exists = BUL
			control = { province = 872 data = GER } # Thessaloniki
	}

	name = CEVTNAME_172250
	desc = CEVTDESC_172250
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every twenty days
	deathdate = { day = 29 month = october year = 1943 }	

	action_a = {
			name = CEVTACTA_172250

			# Secede to Bulgaria
			command = { type = secedeprovince which = BUL value = 872 } # Thessaloniki

			command = { type = trigger which = 752409 }
			command = { type = supplies value = 200 }
			command = { type = manpowerpool value = 10 } # Supplies and troops freed from occupation duty
			command = { type = influence value = 1 } # Increase in international prestige

			}

	action_b = {
			name = CEVTACTB_172250
			command = { type = influence value = -1 }
			command = { type = dissent value = 1 }
			}
	}


event = { 
	id = 172252  # 752457
	random = no
	country = GER

	trigger = {
			exists = YUG
			technology = 9105 # Basic Medium-Range Bomber Prototype Test
			NOT = {
				war = { country = GER country = YUG }
				}
			}

	name = CEVTNAME_172252
	desc = CEVTDESC_172252
	style = 0
	
	date = { day = 15 month = june year = 1937 }
	offset = 30
	deathdate = { day = 29 month = december year = 1941 }

	action_a = {
			name = CEVTACTA_172252
			command = { type = influence value = 2 }
			command = { type = trigger which = 752458 }
			command = { type = supplies value = 400 }
			}

	action_b = {
			name = CEVTACTB_172252
			command = { }
			}
	}


event = {
	id = 172253 # 752459
	random = no
	country = GER

	trigger = {
			exists = YUG
			technology = 10108 # Basic Medium Fighter MR
			NOT = {
				war = { country = GER country = YUG }
				}
			}

	name = CEVTNAME_172253
	desc = CEVTDESC_172253
	style = 0
	
	date = { day = 15 month = may year = 1938 }
	offset = 30
	deathdate = { day = 29 month = december year = 1941 }

	action_a = {
			name = CEVTACTA_172253
			command = { type = trigger which = 752460 }
			}
	action_b = {
			name = CEVTACTB_172253
			command = { }
			}
	}

event = {
	id = 172254 # 752461
	random = no
	country = GER

	name = CEVTNAME_172254
	desc = CEVTDESC_172254
	style = 0

	action_a = {
			name = CEVTACTA_172254
			command = { type = coalpool value = 1600 }
			command = { type = steelpool value = 1600 }
			command = { type = rubberpool value = 400 }
			command = { type = influence value = 1 }
			}
	}

event = {
	id = 172255 # 752462
	random = no
	country = GER

	name = CEVTNAME_172255
	desc = CEVTDESC_172255
	style = 0

	action_a = {
			name = CEVTACTA_172255
			command = { type = coalpool value = 3200 }
			command = { type = steelpool value = 3200 }
			command = { type = rubberpool value = 800 }
			command = { type = influence value = 2 }
			}
	}
event = {
	id = 172256 # 752474
	random = no
	country = GER

	trigger = {
			exists = BUL
			NOT = {	war = { country = GER country = BUL } }
			NOT = { alliance = { country = GER country = BUL } }
			NOT = { alliance = { country = SOV country = BUL } }
			NOT = { alliance = { country = ENG country = BUL } }
			random = 30
			technology = 2103	# Basic Light Tank Prototype Tests
			technology = 14011	# Tank Gun 37mm+
			}

	name = CEVTNAME_172256
	desc = CEVTDESC_172256
	style = 0

	date = { day = 10 month = october year = 1939 }
	offset = 60
	deathdate = { day = 10 month = february year = 1942 }

	action_a = {
			name = CEVTACTA_172256
			command = { type = influence value = 3 }
			command = { type = trigger which = 752475 }
			}
	action_b = {
			name = CEVTACTB_172256
			command = { }
			}
	}


event = {
	id = 172257 # 752476
	random = no
	country = GER

	trigger = {
			war = { country = GER country = SOV }
			alliance = { country = GER country = BUL }
			technology = 2314 # Basic Medium Tank Prototype
			technology = 2943 # Interwar Armored Car
			technology = 2998 # Medium ASsault Gun 75mm+ M
			technology = 2407 # Improved Medium Tank Prototype
			technology = 14205 # Anti-Tank Gun 75+mm
			technology = 14206 # Tank Gun 75mm+
			technology = 14103 # Field Artillery Gun 120mm+
		}

	name = CEVTNAME_172257
	desc = CEVTDESC_172257
	style = 0

	date = { day = 10 month = october year = 1942 }
	offset = 90
	deathdate = { day = 10 month = february year = 1945 }

	action_a = {
			name = CEVTACTA_172257
			command = { type = trigger which = 752477 }
			command = { type = supplies value = -500 }
			}
	action_b = {
			name = CEVTACTB_172257
			command = { }
			}

	}



#########################################################
# GER (AI Only) minister events
# 1500167 - Josef Wirmer takes Security Ministry (1937)
# 1500168 - Fritz Tornow takes Armament Ministry (1937)
# 1500169 - Erich Hoepner - Chief of the Staff (1937)
# 1500170 - Fritz Todt takes Armament Ministry (1940)
# 1500171 - Karl Dnitz takes command of the Kriegsmarine (1943)
# 1500172 - Heinz Guderian - Chief of the Staff (1944)
# 1500173 - Georg Hansen takes command of the Abwehr (1944)
#
# SOV (AI Only) minister events
# 1500174 - Dimitry F. Ustinov takes Armament Ministry (1942-??)
# 1500175 - G.K. Zhukov - Chief of the Staff (1942-???)
# 1500176 - Loktionov - Air forces commander (1937)
#########################################################

event = { 
id = 1500167
random = no 
country = GER 

trigger = {
		ai = yes
	}

name = AI_EVENT 
desc = ""
style = 0 

date = { day = 2 month = january year = 1937 } 


action_a = { 
	command = { type = ministerofsecurity which = 71 } # Josef Wirmer
		command = { type = dissent value = -1 }
	} 
}


event = { 
id = 1500168
random = no 
country = GER 

trigger = {
		ai = yes
	}

name = AI_EVENT 
desc = ""
style = 0 

date = { day = 3 month = january year = 1937 } 


action_a = { 
	command = { type = armamentminister which = 56 } # Fritz Tornow
		command = { type = dissent value = -1 }
	} 
}

event = { 
id = 1500169
random = no 
country = GER 

trigger = {
		ai = yes
	}

name = AI_EVENT 
desc = ""
style = 0 

date = { day = 4 month = january year = 1937 } 


action_a = { 
	command = { type = chiefofstaff which = 88 } # Erich Hoepner
		command = { type = dissent value = -1 }
	} 
}

event = { 
id = 1500170
random = no 
country = GER 

trigger = {
		ai = yes
	}

name = AI_EVENT 
desc = ""
style = 0 

date = { day = 2 month = january year = 1940 } 


action_a = { 
	command = { type = armamentminister which = 60 } # Fritz Todt
		command = { type = dissent value = -1 }
	} 
}

event = { 
id = 1500171
random = no 
country = GER 

trigger = {
		ai = yes
	}

name = AI_EVENT 
desc = ""

style = 0 

date = { day = 2 month = january year = 1943 } 


action_a = { 
	command = { type = chiefofnavy which = 103 } # Karl Dnitz
		command = { type = dissent value = -1 }
	} 
}


event = { 
id = 1500172
random = no 
country = GER 

trigger = {
		ai = yes
	}

name = AI_EVENT 
desc = ""
style = 0 

date = { day = 2 month = january year = 1944 } 


action_a = { 
	command = { type = chiefofstaff which = 95 } # Heinz Guderian
		command = { type = dissent value = -1 }
	} 
}

event = { 
id = 1500173
random = no 
country = GER 

trigger = {
		ai = yes
	}

name = AI_EVENT 
desc = ""
style = 0 

date = { day = 3 month = january year = 1944 } 


action_a = { 
	command = { type = ministerofintelligence which = 84 } # Georg Hansen
		command = { type = dissent value = -1 }
	} 
}

#########################################################################
# Switzerland purchases Me-109s from Germany
# By Zerli, original event by Burris
#########################################################################

# need to be renumbered

event = {
	id = 652039
	random = no
	country = GER

	trigger = {
			exists = SCH
			NOT = { war = { country = SCH country = GER } }
			atwar = no
			technology = 10102
			}

	name = CEVTNAME_652039
	desc = CEVTDESC_652039
	style = 0
	
	date = { day = 15 month = may year = 1938 }
	offset = 30
	deathdate = { day = 29 month = december year = 1941 }

	action_a = {
			name = CEVTACTA_652039
			command = { type = trigger which = 652040 }
			}
	action_b = {
			name = CEVTACTB_652039
			command = { }
			}
	}

event = {
	id = 652041
	random = no
	country = GER

	name = CEVTNAME_652041
	desc = CEVTDESC_652041
	style = 0

	action_a = {
			name = CEVTACTA_652041
			command = { type = coalpool value = 1600 }
			command = { type = steelpool value = 1600 }
			command = { type = rubberpool value = 400 }
			command = { type = influence value = 1 }
			}
	}

